260322:1648 Correct Coresspondence / Doing RFA / Correct CI
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
export interface SearchResult {
|
||||
uuid: string;
|
||||
id?: number; // Excluded from API responses (ADR-019)
|
||||
type: "correspondence" | "rfa" | "drawing";
|
||||
type: 'correspondence' | 'rfa' | 'drawing';
|
||||
title: string;
|
||||
description?: string;
|
||||
status: string;
|
||||
|
||||
Reference in New Issue
Block a user