@cfxlabsinc/b2b-services
    Preparing search index...
    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    redirectCache: ServiceCache<CachedShortUrlLookup>

    Methods

    • Parameters

      • __namedParameters: { customerIds?: string[]; ids?: string[]; page?: number; pageSize?: number }

      Returns Promise<
          {
              ok: true;
              value: { hasNext: boolean; items: AdminShortUrl[]; total: number };
          },
      >