export interface DeleteComponentById {
  /** The ID of the Component to delete. */
  componentId: string;
}
