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