diff --git a/admin-web/src/api/client.ts b/admin-web/src/api/client.ts index 4d92db8..db4552f 100644 --- a/admin-web/src/api/client.ts +++ b/admin-web/src/api/client.ts @@ -53,6 +53,10 @@ export type Policy = { full_tunnel: boolean; is_active: boolean; destinations?: string[]; + targets?: Array<{ + type: string; + id: string; + }>; }; export type Gateway = {