UNPKG

cannoli-interfaces

Version:
12 lines (11 loc) 229 B
import { EPixKey } from '../enums'; export interface IPixKey { active: boolean; key: string; type: EPixKey; createdAt: Date; id: string; updatedAt: Date; description: string; isDefault: boolean; }