@cfxlabsinc/b2b-services
    Preparing search index...
    GetBarcodeResponse: TObject<
        {
            expiresAt: TString;
            id: TString;
            lastUpdatedAt: TString;
            status: TUnsafe<
                | "new"
                | "pending"
                | "consumed"
                | "voided"
                | "expired"
                | "cancelled"
                | "declined",
            >;
        },
    > = ...