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