LocalesT
Signature
export declare function LocalesT(name?: FlatObjectKeys<DefaultLocale>, description?: FlatObjectKeys<DefaultLocale>): <T extends { new (...args: any[]): object;}>(target: T) => { new (...args: any[]): { __t: { name: undefined; description: undefined; }; };} & T;Members
This export does not declare public properties or methods in the generated declaration file.