UNPKG

76 BTypeScriptView Raw
1export interface IRandom {
2 enable: boolean;
3 minimumValue: number;
4}