mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
Adding useAutoRefresh on agent page.
This commit is contained in:
@@ -28,3 +28,7 @@ export const agentRelations = relations(agent, ({many}) => ({
|
||||
export type AgentWith = Agent & {
|
||||
databases?: Database[] | null;
|
||||
};
|
||||
|
||||
export type AgentWithDatabases = Agent & {
|
||||
databases: Database[] | [];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user