TS Declare Fonction Type

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