import { Api } from "./Api"; export namespace Problem { export type Problem = Api.components['schemas']['Problem'] }