⚠️ Internal: This API is not publically exported by the package.

      Interface PropertySignature

      Since

      1.0.0

      interface PropertySignature {
          annotations: Annotations;
          isOptional: boolean;
          isReadonly: boolean;
          name: PropertyKey;
          type: AST;
      }

      Hierarchy

      Properties

      annotations: Annotations
      isOptional: boolean
      isReadonly: boolean
      name: PropertyKey
      type: AST