export interface CloseClientRequest { clientid: number; } export interface CloseClientResponse { result: string; clientid: number; }