TS -Deklare -Funktionstyp
type GreetFunction = (a: string) => void;
florinrelea
type GreetFunction = (a: string) => void;