4 lines
132 B
TypeScript
4 lines
132 B
TypeScript
declare const PRO_LIST_KEYS: string[];
|
|
declare const PRO_LIST_KEYS_MAP: Map<any, any>;
|
|
export { PRO_LIST_KEYS, PRO_LIST_KEYS_MAP };
|