feat: Hookup accommodations actions to graph
This commit is contained in:
@@ -9,3 +9,12 @@ export const GenerativeUIAnnotation = Annotation.Root({
|
||||
});
|
||||
|
||||
export type GenerativeUIState = typeof GenerativeUIAnnotation.State;
|
||||
|
||||
export type Accommodation = {
|
||||
id: string;
|
||||
name: string;
|
||||
price: number;
|
||||
rating: number;
|
||||
city: string;
|
||||
image: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user