Type alias BlobString

BlobString: string & {
    __BlobBrand: never;
}

Type declaration

  • __BlobBrand: never