UNPKG

cecon-interfaces

Version:
8 lines (7 loc) 158 B
import { EPixKeyType } from '../enums'; export interface IPixKey { key: string; type: EPixKeyType; description: string; isDefault: boolean; }