Type Alias InstancePropertyDefinition<X>

InstancePropertyDefinition<X>: PropertyDefinition<X> & {
    static: false;
}

Type Parameters

  • X