Type Alias ClassPropertyDefinition<X>

ClassPropertyDefinition<X>: PropertyDefinition<X> & {
    static: true;
}

Type Parameters

  • X