KC's Workspace
    Preparing search index...

    Type Alias ObjectLiteralElementLike

    ObjectLiteralElementLike:
        | PropertyAssignment
        | ShorthandPropertyAssignment
        | SpreadAssignment
        | MethodDeclaration
        | AccessorDeclaration

    Unlike ObjectLiteralElement, excludes JSXAttribute and JSXSpreadAttribute.