rest-vir - v2.2.0
    Preparing search index...

    Type Alias CommonRouteDefinitionWithRequiredCustomProps<CustomProps>

    CommonRouteDefinitionWithRequiredCustomProps: { customProps: CustomProps } & BaseCommonRouteDefinition

    Variant of CommonRouteDefinition that narrows the type of customProps to the supplied CustomProps generic and requires its presence. Use this from wrapper signatures that want to require callers to specify a particular customProps shape on every method or route.

    Type Parameters

    • CustomProps extends UnknownObject

    Type Declaration

    • customProps: CustomProps

      Required, narrowly-typed custom props attached to this route.