Type Alias: FrappeInsert<T>
FrappeInsert<
T> =Omit<T,FrappeDocMetaKeys|"doctype"> &object
Defined in: packages/client/src/core/types.ts:70
Payload for createDoc / insert: user fields without server-assigned meta.
doctype is optional because the method already takes it as the first argument.
Type Declaration
doctype?
optionaldoctype?:Textendsobject?D:string
Type Parameters
T
T