export interface BuildResponse { id: string; projectId: string; ciBuildId?: string; }