UNPKG

cecon-interfaces

Version:
11 lines (10 loc) 233 B
import { EPixKeyType, EDocType } from '../enums'; export interface IPixKey { key: string; type: EPixKeyType; doc: string; docType: EDocType; name: string; description: string | null; isDefault: boolean; }