• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/**
2 * the ut for property in interface, the property has permission,
3 * and permission value is not null
4 */
5export namespace test {
6  /**
7   * @permission ohos.permission.GRANT_SENSITIVE_PERMISSIONS
8   */
9  const name: string
10}