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

    Interface StateConverterProps<IN_STATE>

    Properties passed to a StateConverter function.

    interface StateConverterProps<IN_STATE> {
        state: IN_STATE;
        [key: string]: any;
    }

    Type Parameters

    • IN_STATE

      the input state type to convert from

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    state: IN_STATE