*Update typings

This commit is contained in:
Derrick Hammer 2022-03-23 01:33:22 -04:00
parent 5b9686ecdf
commit ae60882496
1 changed files with 1 additions and 0 deletions

View File

@ -19,4 +19,5 @@ export interface tldEnum {
type: Type;
}
declare const tldEnum: tldEnum;
export default tldEnum;