/** * This file was auto-generated by Fern from our API Definition. */ /** * The access level of the project. */ export type ProjectResponseModelAccessLevel = "admin" | "editor" | "viewer"; export declare const ProjectResponseModelAccessLevel: { readonly Admin: "admin"; readonly Editor: "editor"; readonly Viewer: "viewer"; };