cton-js
    Preparing search index...

    Interface SchemaResult

    interface SchemaResult {
        errors: SchemaError[];
        get valid(): boolean;
        toJSON(): ResultJSON;
        toString(): string;
    }
    Index

    Properties

    Accessors

    Methods

    Properties

    errors: SchemaError[]

    Accessors

    Methods