We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a61388 commit f88aad0Copy full SHA for f88aad0
types/index.d.ts
@@ -11,6 +11,7 @@ export interface LianaOptions {
11
includedModels?: string[];
12
excludedModels?: string[];
13
configDir?: string;
14
+ schemaDir?: string;
15
}
16
17
export function init(options: LianaOptions): Promise<Application>;
0 commit comments