Type Alias IControllerMethods

IControllerMethods:
    | "list"
    | "selectById"
    | "insert"
    | "update"
    | "delete"