Type Alias NonComputedMethodObjectProperty<X>

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

Type Parameters

  • X