Skip to content

ArchitectureConvention

@tsed/cli

Usage

typescript
import { ArchitectureConvention } from "@tsed/cli";

See /packages/cli/src/interfaces/ArchitectureConvention.ts.

Overview

ts
enum ArchitectureConvention {
    DEFAULT = "arc_default",
    FEATURE = "feature"
}

DEFAULT

ts
DEFAULT = "arc_default",

FEATURE

ts
FEATURE = "feature"

Released under the MIT License.