Type Alias ValorLiteral

ValorLiteral:
    | number
    | string
    | number[]
    | string[]
    | any