Add field_order property to APIClassType
This commit is contained in:
parent
bcd230f86f
commit
c52371e53e
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ export type APIClassType = {
|
|||
official?: boolean;
|
||||
frozen?: boolean;
|
||||
flow?: FlowType;
|
||||
field_order?: string[];
|
||||
[key: string]:
|
||||
| Array<string>
|
||||
| string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue