UNPKG

cannoli-interfaces

Version:
9 lines (8 loc) 161 B
export interface IIFoodClient { id: string; active: boolean; clientId: string; clientSecret: string; createdAt: Date; updatedAt: Date; }