GenerateEndpoints
Generic types: | Schemas |
Bulk version of
. Accepts an
type and apply
on each of the entries.
See Also
Presentation
type GenerateEndpoints = {
[Name in keyof Schemas]: GenerateEndpoint <Schemas[Name]>;
};
Generic types: | Schemas |
Bulk version of
. Accepts an
type and apply
on each of the entries.
type GenerateEndpoints = {
[Name in keyof Schemas]: GenerateEndpoint <Schemas[Name]>;
};