@backblaze-labs/b2-sdk - v0.1.0
    Preparing search index...

    Type Alias Brand<T, B>

    Brand: T & BrandTag<B>

    Utility type that intersects a base type with a branded tag. This pattern ensures that branded types are structurally incompatible with each other even though they share the same underlying representation.

    Type Parameters

    • T
    • B extends string