@karmaniverous/stan
    Preparing search index...

    Type Alias ValidationResult

    type ValidationResult = {
        errors: string[];
        ok: boolean;
        warnings: string[];
    }
    Index

    Properties

    Properties

    errors: string[]
    ok: boolean
    warnings: string[]