interface ListReportArchiveParams {
    limit?: number;
    offset?: number;
    scopeId: number;
    scopeType: string;
}

Hierarchy (view full)

Properties

limit?: number
offset?: number
scopeId: number
scopeType: string