StorageBlobHandler type

type StorageBlobHandler = (
  blob: unknown,
  context: InvocationContext
) => FunctionResult