CreateSmartLinkResponse: {
    __typename?: "CreateSmartLinkResponse";
    smartLink: SmartLink;
    smartLinkConfig: Scalars["String"]["output"];
}

Response for creating a smart link

Type declaration

  • Optional__typename?: "CreateSmartLinkResponse"
  • smartLink: SmartLink

    The smart link

  • smartLinkConfig: Scalars["String"]["output"]

    The smart link config in the form of a JSON string