Type Alias TableSample

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

Properties

fieldNames?: string[]
name?: string
records?: TableRecord[]