simpler fix, thank you @wikiyu
This commit is contained in:
parent
b4983ef56f
commit
c20e501d69
|
@ -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: {},
|
||||
|
|
Loading…
Reference in New Issue