@vinejs/vine - v4.0.0-next.1
    Preparing search index...

    Variable COTYPEConst

    COTYPE: typeof COTYPE = ...

    The symbol for the camelcase opaque output type used in TypeScript type inference. Represents the output type when field names are converted to camelCase.

    class ObjectSchema {
    [COTYPE]: { userName: string } // from user_name
    }