interface Alias {
    _generated: boolean;
    action: string;
    handler: null | Function[];
    method: string;
    path: string;
    route: MoleculerWebTypes.Route;
    service: Service<ServiceSettingSchema>;
    type: string;
}

Properties

_generated: boolean
action: string
handler: null | Function[]
method: string
path: string
service: Service<ServiceSettingSchema>
type: string