Files
recap/node_modules/@start9labs/start-sdk/base/lib/osBindings/RenameGatewayParams.d.ts
T

6 lines
122 B
TypeScript

import type { GatewayId } from './GatewayId';
export type RenameGatewayParams = {
id: GatewayId;
name: string;
};