Coda by Ian Macalinao
    Preparing search index...

    Type Alias ValidationItem

    type ValidationItem = {
        level: LogLevel;
        message: string;
        node: Node;
        path: NodePath;
    }
    Index

    Properties

    Properties

    level: LogLevel
    message: string
    node: Node
    path: NodePath