SetRequest: { accountId: Id; create: Record<Id, any> | null; destroy: Id[] | null; ifInState?: string | null; update: Record<Id, any> | null; } Type declaration
accountId: Id
create: Record<Id, any> | null
destroy: Id[] | null
Optional
ifInState?: string | null
update: Record<Id, any> | null