Documentation
    Preparing search index...

    Variable export=Const

    "export=": Record<
        string,
        {
            prototype: Model<any, any>;
            new (
                values?: Optional<{ id: number }>,
                options?: BuildOptions,
            ): Model<{ id: number }, { id: number }>;
        },
    > = {}

    Database models