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

5 lines
122 B
TypeScript

import type { WgSubnetConfig } from './WgSubnetConfig';
export type WgSubnetMap = {
[key: string]: WgSubnetConfig;
};