/** * This file was auto-generated by Fern from our API Definition. */ export declare type ReviewStatus = "not_requested" | "pending" | "declined" | "allowed" | "allowed_with_changes"; export declare const ReviewStatus: { readonly NotRequested: "not_requested"; readonly Pending: "pending"; readonly Declined: "declined"; readonly Allowed: "allowed"; readonly AllowedWithChanges: "allowed_with_changes"; };