PublishApprovalStatus type

The Microsoft Agent Certification review status of the Microsoft 365 store title published for an agent.

type PublishApprovalStatus =
  | "not_published"
  | "pending"
  | "approved"
  | "rejected"
  | "no_approval_needed"