SetResponse: { accountId: Id; created?: Record<Id, any>; destroyed?: Id[]; newState: string; notCreated?: Record<Id, SetError>; notDestroyed?: Record<Id, SetError>; notUpdated?: Record<Id, SetError>; oldState: string; updated?: Record<Id, any>; } Type declaration
accountId: Id
Optional
created?: Record<Id, any>
Optional
destroyed?: Id[]
newState: string
Optional
notCreated?: Record<Id, SetError>
Optional
notDestroyed?: Record<Id, SetError>
Optional
notUpdated?: Record<Id, SetError>
oldState: string
Optional
updated?: Record<Id, any>