4 lines
83 B
JavaScript
4 lines
83 B
JavaScript
|
export const UNDECIDED = 0;
|
||
|
export const TRUSTED = 1;
|
||
|
export const UNTRUSTED = -1;
|