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

    Constructors

    Methods

    Constructors

    Methods

    • Parameters

      • args: { id: string }

      Returns Promise<
          | {
              enabled: boolean;
              id: string;
              logo: { png: string; webp: string };
              name: string;
              slug: string;
          }
          | null,
      >

    • Returns Promise<
          {
              enabled: boolean;
              id: string;
              logo: { png: string; webp: string };
              name: string;
              slug: string;
          }[],
      >