Type Alias TableRow

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

Properties

Properties

qValue?: FieldValue[]

Array of field values.