interface ParseConfig {
    random?: boolean;
}

Properties

random?: boolean