Type Alias SetRequest

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
  • OptionalifInState?: string | null

    state from /get response. If null use current state

  • update: Record<Id, any> | null