RPG Event Generator v3.1.0 - v3.1.1
    Preparing search index...

    Interface RuleValidationResult

    interface RuleValidationResult {
        valid: boolean;
        errors: string[];
    }
    Index

    Properties

    Properties

    valid: boolean
    errors: string[]