UNPKG

mobyo-interfaces

Version:
9 lines (8 loc) 155 B
export interface IPayioTab { active: boolean; createdAt: Date; id: string; name: string | null; updatedAt: Date; tags: string[]; }