KC's Workspace
    Preparing search index...

    Type Alias ElementWithComputedPropertyName

    ElementWithComputedPropertyName: (ClassElement | ObjectLiteralElement) & {
        name: ComputedPropertyName;
    }