Fix: Add missing postfix field to options typedef

This commit is contained in:
asc11cat 2022-01-19 17:22:00 +02:00
parent 00cb70bdda
commit da6bb9ebde

1
types/index.d.ts vendored
View File

@ -15,6 +15,7 @@ export type Options = {
exportServices?: boolean;
exportModels?: boolean;
exportSchemas?: boolean;
postfix?: string;
request?: string;
write?: boolean;
};