feat(yachts): updateYacht + archiveYacht
This commit is contained in:
@@ -79,6 +79,8 @@ export interface ServerToClientEvents {
|
||||
|
||||
// Yacht events
|
||||
'yacht:created': (payload: { yachtId: string }) => void;
|
||||
'yacht:updated': (payload: { yachtId: string; changedFields: string[] }) => void;
|
||||
'yacht:archived': (payload: { yachtId: string }) => void;
|
||||
|
||||
// Document events
|
||||
'document:created': (payload: { documentId: string; type?: string; interestId?: string }) => void;
|
||||
|
||||
Reference in New Issue
Block a user