Interface IDescribeOptions

Custom options for @Describe() decorator.

interface IDescribeOptions {
    sortOrder?: any;
    tag?: any;
}

Properties

Properties

sortOrder?: any

A sort order inside the groups.

tag?: any

Something, that should be shared with the group.

Generated using TypeDoc