/** * This file was auto-generated by Fern from our API Definition. */ export interface ProjectSnapshotResponseModel { project_snapshot_id: string; project_id: string; created_at_unix: number; name: string; }