5 lines
104 B
TypeScript
5 lines
104 B
TypeScript
import type { GatewayId } from './GatewayId';
|
|
export type CheckDnsParams = {
|
|
gateway: GatewayId;
|
|
};
|