Skip to content

Commit f88aad0

Browse files
fix(types): add schemaDir property in LianaOptions type (#853)
Co-authored-by: felipe-augusto <[email protected]>
1 parent 8a61388 commit f88aad0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export interface LianaOptions {
1111
includedModels?: string[];
1212
excludedModels?: string[];
1313
configDir?: string;
14+
schemaDir?: string;
1415
}
1516

1617
export function init(options: LianaOptions): Promise<Application>;

0 commit comments

Comments
 (0)