MetadataOutputType

December 19, 2025 ยท View on GitHub

Supported Types

str

value: str = /* values here */

int

value: int = /* values here */

float

value: float = /* values here */

bool

value: bool = /* values here */

Contents

  1. 1Supported Types
  2. 1.1str
  3. 1.2int
  4. 1.3float
  5. 1.4bool