engine-bay/admin-portal

View on GitHub
EngineBay.AdminPortal/AdminPortal/src/pages/studio/SelectedElement.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { ElementType } from "../../lib";

export interface SelectedElement {
    elementId: string;
    type: ElementType;
}