docs: Remove postfix parameter from options type

This commit is contained in:
Mark Brockhoff 2022-07-14 11:49:03 +02:00
parent 92d2a9b416
commit c32bad3751

4
types/index.d.ts vendored
View File

@ -24,10 +24,6 @@ export type Options = {
exportModels?: boolean;
exportSchemas?: boolean;
indent?: Indent | '4' | '2' | 'tab';
/**
* @deprecated use postfixServices instead
*/
postfix?: string;
postfixServices?: string;
postfixModels?: string;
request?: string;