Returns data is Readonly<
{
args: Readonly<{ ids: readonly string[]; modelType: string }> & Readonly<
{ [s: string]: JsonAble },
>;
toolName: BulkDelete;
},
> & Readonly<
{
action: BulkDelete;
domain: string;
modelName: string;
toolName: BulkDelete;
},
>
True if the data is a bulk delete model data, false otherwise.
Checks if the data is a bulk delete model data.