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