EventGridHandler type

type EventGridHandler = (
  event: EventGridEvent,
  context: InvocationContext
) => FunctionResult