masto
    Preparing search index...

    Interface ListReportsParams

    interface ListReportsParams {
        accountId?: string | null;
        byTargetDomain?: string | null;
        resolved?: boolean | null;
        targetAccountId?: string | null;
        unresolved?: boolean | null;
    }
    Index
    accountId?: string | null
    byTargetDomain?: string | null
    resolved?: boolean | null
    targetAccountId?: string | null
    unresolved?: boolean | null