Type Alias DefaultResultData

DefaultResultData:
    | Record<string, any>
    | string
    | number
    | boolean
    | DefaultResultData[]