Interface for name property in InitOptions

interface ModelNameOptions {
    plural?: string;
    singular?: string;
}

Properties

Properties

plural?: string

Plural model name

singular?: string

Singular model name