ClearVision/types/context/ContextVariableType.d.ts

5 lines
83 B
TypeScript
Raw Normal View History

2022-10-06 23:29:01 -04:00
export declare enum ContextVariableType {
SESSION_ID = 0,
MATCH_INFO = 1
}