TS Declarar Tipo de función

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