rename clients to devices
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
export type ClientDetails = {
|
||||
id: number;
|
||||
name: string;
|
||||
publicKey: string;
|
||||
privateKey: string | null;
|
||||
preSharedKey: string | null;
|
||||
ips: string[];
|
||||
vpnPublicKey: string;
|
||||
vpnEndpoint: string;
|
||||
vpnDns: string;
|
||||
};
|
0
src/lib/types/device.ts
Normal file
0
src/lib/types/device.ts
Normal file
Reference in New Issue
Block a user