Interface ControllerMetadata

interface ControllerMetadata {
    prefix?: string;
}

Properties

Properties

prefix?: string