Type Alias NonComputedPlainObjectProperty<X>

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

Type Parameters

  • X