Type Alias EndpointDefinitionWithRequiredCustomProps<CustomProps>
Variant of EndpointDefinition whose every method requires a customProps field narrowed
to the supplied CustomProps generic. Use this from wrapper signatures like defineMyEndpoint<E extends EndpointDefinitionWithRequiredCustomProps<MyCustomProps>>(...) to force every caller to
specify customProps with the expected shape.
Variant of EndpointDefinition whose every method requires a
customPropsfield narrowed to the suppliedCustomPropsgeneric. Use this from wrapper signatures likedefineMyEndpoint<E extends EndpointDefinitionWithRequiredCustomProps<MyCustomProps>>(...)to force every caller to specifycustomPropswith the expected shape.Package
@rest-vir/api