Interface JAppPanelLeaveResponse

interface JAppPanelLeaveResponse {
    message: string;
    title: string;
}

Properties

Properties

message: string
title: string