export interface GetLinkedWorkspaceById {
  /** The ID of the workspace to fetch. */
  workspaceId: string;
}
