export interface Person { id: string; firstName: string; lastName: string; linkedinUrl: string; } export type NewPerson = Omit;