export interface DeleteContactRequest { contactid: number; } export interface DeleteContactResponse { result: string; contactid: number; }