Type Alias PropertyType

PropertyType:
    | number
    | string
    | boolean
    | PropertyType[]

Represents a default value for an AST property.