Type alias QueryResponse

QueryResponse: {
    accountId: Id;
    canCalculateChanges: boolean;
    ids: Id[];
    limit?: number;
    position: number;
    queryState: string;
    total?: number;
}

Type declaration

  • accountId: Id
  • canCalculateChanges: boolean
  • ids: Id[]
  • Optional limit?: number
  • position: number
  • queryState: string
  • Optional total?: number