Skip to content

Commit 5004eaf

Browse files
committed
Use field config order
1 parent 0505365 commit 5004eaf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/las-sdk-core/src/types/model.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export type Field = {
3737
formatters?: FieldFormatter[] | null;
3838
isNullable?: boolean | null;
3939
name: string;
40+
order?: number | null;
4041
promptHint?: string | null;
4142
type: FieldType;
4243
validators?: FieldValidator[] | null;

0 commit comments

Comments
 (0)