export interface IEngineCredential {
    password: string;
    storeId?: string;
    username: string;
    autoConfirm?: boolean;
}
