ts-type-forge
    Preparing search index...

    Type Alias UnknownBrand

    UnknownBrand: Brand<unknown, never, never>

    Base type for all branded types. Represents a brand with unknown value type and no keys.

    type MyBrand = Brand<string, 'validated', never>;