interface ParseConfig {
    random?: boolean;
}

Properties

Properties

random?: boolean