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