Type Alias ComputedPlainObjectProperty<X>

ComputedPlainObjectProperty<X>: X & {
    computed: true;
    key: Expression<X>;
    kind: "init";
    method: false;
    shorthand: false;
    type: "Property";
    value: Expression<X>;
}

Type Parameters

  • X