export type TypeTsFunction = "static-function" | "constructor" | "function" | "method" | "event-methods" | "interface";
