5 lines
103 B
TypeScript
5 lines
103 B
TypeScript
import type { GatewayId } from './GatewayId';
|
|
export type RemoveTunnelParams = {
|
|
id: GatewayId;
|
|
};
|