prorm API Reference
    Preparing search index...

    Interface ViewSourceModel

    A model class usable as the source of a view. Only the statics the compiler reads are required, so a plain object works in tests and for models defined through any of the three definition styles.

    interface ViewSourceModel {
        getTableName(): string;
        schema?: string;
    }
    Index
    schema?: string