Add isWord check to domains
This commit is contained in:
@@ -51,6 +51,7 @@ export interface ParsedAuction {
|
||||
price: number;
|
||||
close_date: Date;
|
||||
created: Date;
|
||||
is_word: boolean;
|
||||
}
|
||||
|
||||
export interface ParsedDomain {
|
||||
@@ -59,6 +60,7 @@ export interface ParsedDomain {
|
||||
domain_length: number
|
||||
name: string;
|
||||
tld: string;
|
||||
is_word: boolean;
|
||||
date_available?: Date;
|
||||
date_registered?: Date;
|
||||
}
|
||||
|
Reference in New Issue
Block a user