Type alias ActiveAccountFilters

ActiveAccountFilters: {
    homeAccountId: string;
    localAccountId: string;
    tenantId?: string;
}

Type declaration

  • homeAccountId: string
  • localAccountId: string
  • Optional tenantId?: string

Generated using TypeDoc