We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 908ef4b commit 97d4f9bCopy full SHA for 97d4f9b
src/api/models/customField.ts
@@ -7,17 +7,17 @@ export interface CustomField {
7
fieldGroup?: string;
8
display?: {
9
cardFront?: boolean;
10
- name?: string;
11
- pos?: string;
12
- options?: {
13
- id?: TrelloID;
14
- idCustomField?: TrelloID;
15
- value?: {
16
- text?: string;
17
- };
18
- color?: string;
19
- pos?: number;
20
- }[];
21
};
+ name?: string;
+ pos?: string;
+ options?: {
+ id?: TrelloID;
+ idCustomField?: TrelloID;
+ value?: {
+ text?: string;
+ };
+ color?: string;
+ pos?: number;
+ }[];
22
type?: string;
23
}
0 commit comments