@cfxlabsinc/b2b-services
    Preparing search index...
    B2bPgTransaction: PgTransaction<
        PostgresJsQueryResultHKT,
        typeof schema,
        ExtractTablesWithRelations<typeof schema>,
    >

    PgTransaction, preconfigured with b2b schema

    Useful for allowing consumers to pass transactions into functions:

    async get({}: { id: string; tx: B2bPgTransaction }) { ... }