Variable complexObjectTransformConst

complexObjectTransform: Transform<
    Record<string | number | symbol, unknown>,
    (
        | [string, TypedPropertyDescriptor<unknown>]
        | (undefined | symbol | TypedPropertyDescriptor<unknown>)[]
    )[],
> = ...