simpler fix, thank you @wikiyu

This commit is contained in:
ThatOneCalculator 2023-05-19 23:22:10 -07:00
parent b4983ef56f
commit c20e501d69
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
1 changed files with 4 additions and 5 deletions

View File

@ -475,16 +475,15 @@ export const meta = {
type: "object", type: "object",
optional: true, optional: true,
nullable: true, nullable: true,
ref: "MetaExperimentalFeatures", properties: {
postEditing: {
type: "boolean",
}
}, },
}, },
}, },
} as const; } as const;
export type MetaExperimentalFeatures = {
postEditing: boolean;
};
export const paramDef = { export const paramDef = {
type: "object", type: "object",
properties: {}, properties: {},