export type Project = { clone_url: string; project_name: string; creator_sxt_uuid: string; created_at_s: number; updated_at_s: number; hmac: string; extra_meta?: string | null; published_url?: string; }; export type FetchProjectResponse = { status: string; projects: Project[]; }; //# sourceMappingURL=types.d.ts.map