export interface GetStatusCategory {
  /** The ID or key of the status category. */
  idOrKey: string;
}
