• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/**
2 * the ut for property, the property is in type alias and is read only
3 */
4export type test = {
5  readonly name: string
6}