/** * This file was auto-generated by Fern from our API Definition. */ export type SharedLinkAccess = "public" | "restricted"; export declare const SharedLinkAccess: { readonly Public: "public"; readonly Restricted: "restricted"; };