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