Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 334 Bytes

File metadata and controls

35 lines (22 loc) · 334 Bytes

Inputs

Supported Types

str

value: str = /* values here */

int

value: int = /* values here */

float

value: float = /* values here */

bool

value: bool = /* values here */

List[Any]

value: List[Any] = /* values here */