UNPKG

@vulcan-sql/build

Version:

VulcanSQL package for building projects

8 lines (7 loc) 174 B
export declare enum SchemaReaderType { LocalFile = "LocalFile" } export interface ISchemaParserOptions { reader: SchemaReaderType | string; folderPath: string; }