export interface GetStatus {
  /** The ID or name of the status. */
  idOrName: string;
}
