UNPKG

cecon-interfaces

Version:
7 lines (6 loc) 132 B
export interface IEngineCredential { password: string; storeId?: string; username: string; autoConfirm?: boolean; }