Type Alias TLD

TLD: "ir" | "org"
const iranTLD: TLD = 'ir'; // 'ir'
const orgTLD: TLD = 'org'; // 'org'
const invalidTLD: TLD = 'com'; // Error