export type ControllerMethods = '[GET]' | '[POST]' | '[PUT]' | '[DELETE]' | '[WS]';