/** * This file was auto-generated by Fern from our API Definition. */ export type ProjectResponseModelTargetAudience = "children" | "young adult" | "adult" | "all ages"; export declare const ProjectResponseModelTargetAudience: { readonly Children: "children"; readonly YoungAdult: "young adult"; readonly Adult: "adult"; readonly AllAges: "all ages"; };