React Hooks TypeScript Function Return and Receed

const randomFunction = (someValue: someType): void => {
...
}
|_Genos_|