export interface GetServersRequest { fetchStatus?: boolean; } export interface GetServersResponse { result: string; }