export type SwaggerParameterInType = "cookie" | "header" | "path" | "query"; export type SwaggerSecuritySchemeInType = "header" | "path" | "query";