types/src/swarm.ts

6 lines
102 B
TypeScript

export type Swarm = {
ip: string;
port: string;
pubkey_ed25519: string;
pubkey_x25519: string;
};