@node-in-layers/mcp
    Preparing search index...

    Function isExecuteModelSave

    • Checks if the data is a save model data.

      Parameters

      • data: any

        The data to check.

      Returns data is Readonly<
          {
              args: Readonly<{ instance: JsonObj; modelType: string }> & Readonly<
                  { [s: string]: JsonAble },
              >;
              toolName: Save;
          },
      > & Readonly<
          { action: Save; domain: string; modelName: string; toolName: Save },
      >

      True if the data is a save model data, false otherwise.