/** * This file was auto-generated by Fern from our API Definition. */ /** * The type of authentication to use for guests * * @example * Flatfile.GuestAuthenticationEnum.MagicLink */ export type GuestAuthenticationEnum = "shared_link" | "magic_link"; export declare const GuestAuthenticationEnum: { readonly SharedLink: "shared_link"; readonly MagicLink: "magic_link"; };