mirror of
https://github.com/MiyakoYakota/search.0t.rocks.git
synced 2025-12-20 17:39:53 +00:00
Initial Commit
This commit is contained in:
18
dataapp/types/solrrecord.d.ts
vendored
Normal file
18
dataapp/types/solrrecord.d.ts
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
export type SolrRecord = {
|
||||
id: string
|
||||
firstName: string[]
|
||||
lastName: string[]
|
||||
emails: string[]
|
||||
usernames: string[]
|
||||
address: string[]
|
||||
city: string
|
||||
zipCode: string
|
||||
state: string
|
||||
latLong?: string;
|
||||
}
|
||||
|
||||
export type SolrRecordXL = {
|
||||
id: string;
|
||||
line_number: number;
|
||||
line: string[];
|
||||
}
|
||||
Reference in New Issue
Block a user