QueryResultRecord: {
    [field: string]: string | boolean | number | null | undefined | QueryResultRecord[] | QueryResultRecord;
} & {
    attributes: QueryRecordAttributes;
}

Type declaration

Type declaration

  • attributes: QueryRecordAttributes