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

Type declaration