UNPKG

@mikezimm/fps-core-v7

Version:

Library of reusable core interfaces, types and constants migrated from fps-library-v2

10 lines 217 B
export interface IFPSItemPerson { valid: boolean; Id: any; ID: any; Title: string; Name: string; Email: string; Mine: boolean | null; } //# sourceMappingURL=IFPSItemPerson.d.ts.map