#Swagger-CLI not working on extended classes
4 messages · Page 1 of 1 (latest)
4 messages · Page 1 of 1 (latest)
import { UserRecord } from 'firebase-admin/auth';
export class User extends UserRecord {}
For example above code will result {} in swagger documentation. Is it possible for swagger plugin to retrieve the information from the external UserRecord type.
Swagger-CLI not working on extended classes
By swagger-cli do you mean the nestjs CLI swagger plugin?
@main lodge Yeah, thats what I meant 🙂