Type alias ActiveAccountFilters
ActiveAccountFilters: {
homeAccountId: string;
lastUpdatedAt?: string;
localAccountId: string;
tenantId?: string;
}
Type declaration
-
homeAccountId: string
-
Optional lastUpdatedAt?: string
-
localAccountId: string
-
Optional tenantId?: string