AttributeBase

Interface
Base interface for Attributes
export interface AttributeBase { 
  readonly type: AttributeType; 
  readonly [OpaqueTagSymbol0]: unique symbol; 
} 

Properties