Type Alias TableRecord

type TableRecord = {
    values?: string[];
}
Index

Properties

Properties

values?: string[]