UNPKG

cecon-interfaces

Version:
11 lines (10 loc) 193 B
export interface IQrToken { active: boolean; createdAt: Date; id: string; menuId: string; merchantId: string; publishAt: Date; updatedAt: Date; views: number; }