type/import fixes, improve placeholder examples

This commit is contained in:
2024-05-11 01:19:57 -05:00
parent 83402d54f5
commit 19c3442144
3 changed files with 4 additions and 4 deletions
+1
View File
@@ -15,6 +15,7 @@ export type ParsedGeneric =
| Entity
| AutonomousNumber
| IpNetwork;
export type ObjectProps = {
data: ParsedGeneric;
url?: string;