mirror of
https://github.com/alice-lg/alice-lg.git
synced 2024-05-11 05:55:03 +00:00
7 lines
128 B
React
7 lines
128 B
React
![]() |
|
||
|
|
||
|
export const QUERY_TYPE_UNKNOWN = 'unknown';
|
||
|
export const QUERY_TYPE_PREFIX = 'prefix';
|
||
|
export const QUERY_TYPE_ASN = 'asn';
|
||
|
|