TS объявить тип функции

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