export interface ReceiveRequest{ method?:string; data?:any; id?:string; websocketTag?:string; personType?:string; personId?:string; } export interface ReceiveReply{ } export interface CheckUserPartnerIsRelationshipReply{ isBuildRelationship?:boolean; roomId?:number; } export interface CreateUserPartnerIsRelationshipReply{ roomId?:number; }