Skip to content

react-query-firebase / react-native/firestore / UseSetDocMutationValues

Type Alias: UseSetDocMutationValues<AppModelType>

ts
type UseSetDocMutationValues<AppModelType> = object;

Defined in: react-native/firestore/useSetDocMutation.ts:10

Type Parameters

AppModelType

AppModelType extends AppModel = AppModel

Properties

data

ts
data: WithFieldValue<AppModelType>;

Defined in: react-native/firestore/useSetDocMutation.ts:14

Data to write

Released under the MIT License.