import { BaseTypedef } from '..'; export declare class ThumbdownReason extends BaseTypedef { code: string; name: string; nameEn: string; deleted: number; isActive: number; updateBy: string; createdBy: string; createdAt: Date; updatedAt: Date; } export declare class ThumbdownReasonDetail extends ThumbdownReason { } declare const ThumbdownReasonListResponse_base: any; export declare class ThumbdownReasonListResponse extends ThumbdownReasonListResponse_base { } export {}; //# sourceMappingURL=thumbdown-reason.typedef.d.ts.map