Skip to content

Commit 3943c37

Browse files
pnpm check
1 parent 2f3417e commit 3943c37

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

etc/api.report.api.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1138,8 +1138,9 @@ export type SingleOsdkResult<
11381138
L extends PropertyKeys<Q> | (keyof RDPs & string),
11391139
R extends boolean,
11401140
S extends NullabilityAdherence,
1141-
RDPs extends Record<string, SimplePropertyDef> = {}
1142-
> = Osdk.Instance<Q, ExtractOptions<R, S>, PropertyKeys<Q> extends L ? PropertyKeys<Q> : PropertyKeys<Q> & L, { [K in Extract<keyof RDPs, L>] : RDPs[K] }>;
1141+
RDPs extends Record<string, SimplePropertyDef> = {},
1142+
Z extends OrderByType<Q, L> = {}
1143+
> = Osdk.Instance<Q, ExtractOptions<R, S>, PropertyKeys<Q> extends L ? PropertyKeys<Q> : PropertyKeys<Q> & L, { [K in Extract<keyof RDPs, L>] : RDPs[K] }, Z>;
11431144

11441145
// Warning: (ae-forgotten-export) The symbol "AggregationKeyDataType" needs to be exported by the entry point index.d.ts
11451146
//

0 commit comments

Comments
 (0)