Share via


FunctionHandler type

type FunctionHandler<T> = (args: T) => any | Promise<any>