Type alias AdditionalTableSettings

AdditionalTableSettings: Partial<{
    _initialColumns: Record<FieldType, boolean>;
    _schema: TableSchema;
    _schemaSource: string;
    _suggestedRules: string;
}>

Additional table settings that can be passed to write functions but are not written to the settings document

Generated using TypeDoc