Type pattern enforcing PascalCase naming convention.
Must start with uppercase letter, followed by letters and digits. Used for TypeScript class, interface, and type names.
Examples: "UserProfile", "ShoppingCartItem", "HTTPResponse"
"UserProfile"
"ShoppingCartItem"
"HTTPResponse"
Samchon
Type pattern enforcing PascalCase naming convention.
Must start with uppercase letter, followed by letters and digits. Used for TypeScript class, interface, and type names.
Examples:
"UserProfile","ShoppingCartItem","HTTPResponse"