Type alias ChangesResponse

ChangesResponse: {
    accountId: Id;
    created: Id[];
    destroyed: Id[];
    hasMoreChanges: boolean;
    newState: string;
    oldState: string;
    updated: Id[];
}

Type declaration

  • accountId: Id
  • created: Id[]
  • destroyed: Id[]
  • hasMoreChanges: boolean
  • newState: string
  • oldState: string
  • updated: Id[]