import * as Brand from "./Brand"; export type UUID = Brand.Branded; export const UUID = Brand.nominal(); export type Sha256_Bin = Brand.Branded; export const Sha256_Bin = Brand.nominal(); export type Sha256_Hex = Brand.Branded; export const Sha256_Hex = Brand.nominal(); export type AttachmentId = Brand.Branded; export const AttachmentId = Brand.nominal(); export type PieceId = Brand.Branded; export const PieceId = Brand.nominal(); export type RepertoireId = Brand.Branded; export const RepertoireId = Brand.nominal(); export type RequestId = Brand.Branded; export const RequestId = Brand.nominal(); export type SessionId = Brand.Branded; export const SessionId = Brand.nominal(); export type UserId = Brand.Branded; export const UserId = Brand.nominal();