Skip to content

react-query-firebase / firestore / UseSetDocMutationValues

Type Alias: UseSetDocMutationValues<AppModelType>

ts
type UseSetDocMutationValues<AppModelType> = object;

Defined in: src/firestore/useSetDocMutation.ts:7

Type Parameters

AppModelType

Type declaration

data

ts
data: WithFieldValue<AppModelType>;

Released under the MIT License.