interface DeleteComponentById {
    componentId: string;
}

Properties

Properties

componentId: string

The ID of the Component to delete.