다음을 통해 공유


StorageQueueHandler type

type StorageQueueHandler = (
  queueEntry: unknown,
  context: InvocationContext
) => FunctionResult