Interface ReportReasonCustom

A custom reason provided by the user. Subtype of ReportReason.

interface ReportReasonCustom {
    @type: "reportReasonCustom";
}

Properties

Properties

@type: "reportReasonCustom"