Type Alias TableSample

type TableSample = {
    fieldNames?: string[];
    name?: string;
    records?: TableRecord[];
}
Index
fieldNames?: string[]
name?: string
records?: TableRecord[]