• Update Stack and starter docs

    Parameters

    • __namedParameters: {
          $type?: "STACK" | "STARTER";
          body?: { file: Blob };
          stackSlug: string;
          studioSlug: string;
      }
    • Optionalopts: RequestOpts

    Returns Promise<unknown>