Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 280 Bytes

File metadata and controls

29 lines (18 loc) · 280 Bytes

CustomFieldData

Supported Types

str

value: str = /* values here */

int

value: int = /* values here */

bool

value: bool = /* values here */

datetime

value: datetime = /* values here */