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

    Type Alias StandardSchemaV1Result<Output>

    StandardSchemaV1Result:
        | { value: Output; issues?: undefined }
        | { issues: ReadonlyArray<StandardSchemaV1Issue> }

    Type Parameters

    • Output