6 lines
88 B
TypeScript
6 lines
88 B
TypeScript
export interface HighAvailable {
|
|
pyip: string;
|
|
vip: string;
|
|
changeDate: string;
|
|
}
|