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

View file

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