ModelQueryOptionsCbArgs: {
    args: JsArgs;
    model: string;
    operation: string;
    query: ((args: JsArgs) => Promise<unknown>);
}