import { BaseTypedef } from '../base.typedef'; import { Category } from '../quizz/category.typedef'; import { Administrator } from '../user/administrator.typedef'; export declare class BadgeLibrary extends BaseTypedef { name: string; description: string; image: string; category: Category; categoryId: string; isActive: boolean; createdBy: Administrator; } export declare class BadgeLibraryDetail extends BadgeLibrary { } declare const BadgeLibraryListReponse_base: any; export declare class BadgeLibraryListReponse extends BadgeLibraryListReponse_base { } export {}; //# sourceMappingURL=badge-library.typedef.d.ts.map