export interface LoginCredentials { accountId?: string; accountPassword?: string; directoryId?: string; organizationId?: string; }