Query rest API response

Type Parameters

  • T extends object = Record<string, unknown>

Hierarchy

  • QueryResponse

Properties

done: boolean
nextRecordsUrl?: null | string
queryLocator?: null | string
records: (T & {
    attributes: QueryRecordAttributes;
})[]
totalSize: number