/** * This file was auto-generated by Fern from our API Definition. */ export type ProjectResponseModelFiction = "fiction" | "non-fiction"; export declare const ProjectResponseModelFiction: { readonly Fiction: "fiction"; readonly NonFiction: "non-fiction"; };