/** * This file was auto-generated by Fern from our API Definition. */ export type AppType = "PORTAL" | "PROJECTS" | "MAPPING" | "WORKBOOKS" | "CUSTOM"; export declare const AppType: { readonly Portal: "PORTAL"; readonly Projects: "PROJECTS"; readonly Mapping: "MAPPING"; readonly Workbooks: "WORKBOOKS"; readonly Custom: "CUSTOM"; };