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
RFC 8620 (5.3) - https://datatracker.ietf.org/doc/html/rfc8620#section-5.3