form-graph
    Preparing search index...

    Interface SchemaIssue

    interface SchemaIssue {
        code?: string;
        message: string;
        path?: readonly PropertyKey[];
    }
    Index
    code?: string
    message: string
    path?: readonly PropertyKey[]