Interface HonuaInteractionValidationExperimental

interface HonuaInteractionValidation {
    issues: readonly HonuaInteractionIssue[];
    ok: boolean;
}

Properties

Properties

issues: readonly HonuaInteractionIssue[]
ok: boolean