@swizzyweb/swizzy-web-service
    Preparing search index...

    Type Alias StateConverter<IN_STATE, OUT_STATE>

    StateConverter: (props: StateConverterProps<IN_STATE>) => Promise<OUT_STATE>

    Async function that converts one state shape into another. Used for the following state propagation chain:

    • WebServiceWebRouter
    • WebRouterWebController

    Type Parameters

    • IN_STATE

      the source state type

    • OUT_STATE

      the resulting state type

    Type Declaration