Interface INamingOptions

Interface for just all naming options

interface INamingOptions {
    automaticName?: boolean;
    customName?: string | CustomNameFunction;
    schemaCollection?: string;
}

Properties

automaticName?: boolean

Same as in ICustomOptions

customName?: string | CustomNameFunction

Same as in ICustomOptions

schemaCollection?: string