/** * This file was auto-generated by Fern from our API Definition. */ export type ProjectResponseModelSourceType = "blank" | "book" | "article" | "genfm"; export declare const ProjectResponseModelSourceType: { readonly Blank: "blank"; readonly Book: "book"; readonly Article: "article"; readonly Genfm: "genfm"; };