Interface RawExp

interface RawExp {
    difficulty: number;
}

Properties

Properties

difficulty: number