interface SetFilterArgs {
    clause?: FilterClause;
    dryRun?: boolean;
    id: string;
}

Properties

Properties

clause?: FilterClause
dryRun?: boolean
id: string