```ts export const swagger = { authentication: { jwt: { type: 'token', name: 'api_token', in: 'header', }, }, }; ```