masto
    Preparing search index...

    Interface ListReportsParams

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

    Properties

    accountId?: string | null
    byTargetDomain?: string | null
    resolved?: boolean | null
    targetAccountId?: string | null