/** * This file was auto-generated by Fern from our API Definition. */ export type FileOrigin = "filesystem" | "googledrive" | "box" | "onedrive"; export declare const FileOrigin: { readonly Filesystem: "filesystem"; readonly Googledrive: "googledrive"; readonly Box: "box"; readonly Onedrive: "onedrive"; };