Membrane React - v0.2.1
    Preparing search index...

    Type Alias KeyedMutator<Data>

    KeyedMutator: <MutationData = Data>(
        data?: Data | Promise<Data | undefined> | MutatorCallback<Data>,
        opts?: boolean | MutatorOptions<Data, MutationData>,
    ) => Promise<Data | MutationData | undefined>

    Type Parameters

    • Data

      The type of the data related to the key

    Type declaration