IGPAPI
    Preparing search index...

    Function StoryUploaderTrayPhoto

    • Returns {
          execute: () => Effect<
              { upload_id: string },
              IgApiError | RequestError | ParseError | TransportError,
              PlainJsonApiHttp,
          >;
          mediaType: () => string;
          queryString: () => Record<string, string | number | boolean> | undefined;
          sourceType: () => string;
          uploadId: () => string;
      }