AutoBE
    Preparing search index...
    interface IObjectPropertyAssignment {
        kind: "property";
        name: string;
        shorthand: boolean;
        value: AutoBeTestSourceIR.IExpression;
    }
    Index

    Properties

    kind: "property"
    name: string
    shorthand: boolean