2 lines
171 B
TypeScript
Executable file
2 lines
171 B
TypeScript
Executable file
import type { TableUserConfig } from './types/api';
|
|
export declare const validateConfig: (schemaId: 'config.json' | 'streamConfig.json', config: TableUserConfig) => void;
|