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