Skip to content

Commit

Permalink
typescript check
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars-Erik Roald committed May 10, 2024
1 parent f8ee069 commit 9a7145b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ type ExpandedMappedTable<T, FL = ExpandedFetchingStrategy<T>> = {
getAll(): Promise<StrategyToRowArray<FetchedProperties<T, FL>, T>>;
getAll<FS extends FetchingStrategy<T>>(
fetchingStrategy: FS
): Promise<StrategyTRowArray<FetchedProperties<T, FL>, T>>;
): Promise<StrategyToRowArray<FetchedProperties<T, FL>, T>>;
count(filter?: Filter | PrimaryRowFilter<T>[]): Promise<number>;
delete(filter?: Filter | PrimaryRowFilter<T>[]): Promise<void>;
deleteCascade(filter?: Filter | PrimaryRowFilter<T>[]): Promise<void>;
Expand Down

0 comments on commit 9a7145b

Please sign in to comment.