Add field_order property to APIClassType

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-03-06 11:10:58 -03:00
commit c52371e53e

View file

@ -29,6 +29,7 @@ export type APIClassType = {
official?: boolean;
frozen?: boolean;
flow?: FlowType;
field_order?: string[];
[key: string]:
| Array<string>
| string