@better-giving/endowment 2.0.4 → 2.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +1 -1
- package/package.json +1 -1
- package/src/index.mts +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -7,7 +7,7 @@ export type { CloudsearchEndow as EndowItem, CloudsearchEndowsQueryParams as End
|
|
|
7
7
|
export interface EndowsPage<T extends keyof EndowItem = keyof EndowItem> {
|
|
8
8
|
items: Pick<EndowItem, T>[];
|
|
9
9
|
page: number;
|
|
10
|
-
|
|
10
|
+
pages: number;
|
|
11
11
|
}
|
|
12
12
|
export interface Program extends ProgramShape {
|
|
13
13
|
milestones: Milestone[];
|
package/package.json
CHANGED
package/src/index.mts
CHANGED