export type Person = { name: string; mail?: string; }; export const EXTENSION_POINT = 'avatar.factory';