vapor-chamber API reference - v1.16.0
    Preparing search index...

    Interface StandardSchemaV1Issue

    interface StandardSchemaV1Issue {
        message: string;
        path?: readonly (PropertyKey | { key: PropertyKey })[];
    }
    Index
    message: string
    path?: readonly (PropertyKey | { key: PropertyKey })[]