Interface Controller

interface Controller {
    location: string;
    methods: Tsoa.Method[];
    name: string;
    path: string;
    produces?: string[];
}

Properties

location: string
methods: Tsoa.Method[]
name: string
path: string
produces?: string[]

Generated using TypeDoc