Type Alias NotificationCustom

NotificationCustom: {
    data?: NotificationCustomData;
    limitation: JSONObject[];
    message: string;
    method: JSONObject[];
    name_installation: string;
    option: JSONObject;
    quantity: number;
    title_installation: string | null;
    type: string;
}

Type declaration