Type Alias TableRow

type TableRow = {
    qValue?: FieldValue[];
}
Index
qValue?: FieldValue[]

Array of field values.