TS -Deklare -Funktionstyp

type GreetFunction = (a: string) => void;
florinrelea