export interface GetOrganization {
  /** The ID of the organization. */
  organizationId: number;
}
