export interface PadplusRequestTokenPayload { full_url: string; info: string; message: string; share_url: string; status: number; } export interface PadplusFriendshipPayload { fromusername: string; encryptusername: string; content: string; scene: string; ticket: string; } export interface AddContactGrpcResponse { status: string; } //# sourceMappingURL=model-friendship.d.ts.map