export type IRouteConfig = {
    decorators?: MethodDecorator[];
    disabled?: boolean;
};
