export interface IPerson {
    first_name?: string;
    last_name?: string;
    emails?: string[];
    organization_ids?: number[];
}
//# sourceMappingURL=PersonInterface.d.ts.map