Documentation
    Preparing search index...
    VIRTUAL: typeof VIRTUAL & (
        ...args:
            | [
                returnType?: DataTypeClassOrInstance,
                attributeDependencies?: string[],
            ]
            | [options?: VirtualOptions],
    ) => VIRTUAL<unknown>

    This is a simple wrapper to make the DataType constructable without new. See the return type for all available options.