Skip to content

react-query-firebase / firestore / UseUpdateDocMutationValues

Type Alias: UseUpdateDocMutationValues<DbModelType>

ts
type UseUpdateDocMutationValues<DbModelType> = object;

Defined in: src/firestore/useUpdateDocMutation.ts:14

Type Parameters

DbModelType

Type declaration

data

ts
data: UpdateData<DbModelType>;

Released under the MIT License.