@ccw-api/api
    Preparing search index...
    type Req = {
        description?: string;
        evidence: string[];
        reason: string;
        reportedSubjectOid: string;
        reportedSubjectType: ReportSubjectType;
        version?: string;
    }
    Index

    Properties

    description?: string
    evidence: string[]
    reason: string
    reportedSubjectOid: string
    reportedSubjectType: ReportSubjectType
    version?: string