TS Deklaruj typ funkcji

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