export interface GetServiceDeskById {
  /** The ID of the service desk to return. This can alternatively be a [project identifier.](#project-identifiers) */
  serviceDeskId: string;
}
