Kind: Type
Source: src/types.ts
Definition
ts{ [Path in keyof ExtractSchema<T>]: { [Method in keyof ExtractSchema<T>[Path]]: Extract< ExtractSchema<T>[Path][Method], { status: Status } > } }
Kind: Type
Source: src/types.ts
ts{ [Path in keyof ExtractSchema<T>]: { [Method in keyof ExtractSchema<T>[Path]]: Extract< ExtractSchema<T>[Path][Method], { status: Status } > } }
Was this page helpful?