UNPKG

cannoli-interfaces

Version:
11 lines (10 loc) 229 B
export interface IEngineCredential { storeId?: string; storeName?: string; password: string; username: string; token?: string; endpoint?: string; subscriptionKey?: string; autoConfirm?: boolean; }