interface RemoveParams {
    args?: QueryArguments;
    query?: string;
}

Properties

Properties

args?: QueryArguments
query?: string