Type Utils
    Preparing search index...

    Type Alias Issue

    type Issue = {
        message: string;
        path?: ReadonlyArray<PropertyKey | PathSegment>;
    }
    Index

    Properties

    Properties

    message: string
    path?: ReadonlyArray<PropertyKey | PathSegment>