mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -07:00
simpler fix, thank you @wikiyu
This commit is contained in:
parent
b728c7f722
commit
3196163178
1 changed files with 4 additions and 5 deletions
|
@ -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 a new issue