DecodedValue:
    | Primitive
    | DecodedValue[]
    | {
        [key: string]: DecodedValue;
    }
    | Record<string, Primitive>

The type of value you can get from Coder.decode