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

    Interface StateConverterProps<IN_STATE>

    State converter prooerties.

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

    Type Parameters

    • IN_STATE

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    state: IN_STATE