bupkis
    Preparing search index...

    Type Alias AssertionImplSchemaAsync<Parts>

    AssertionImplSchemaAsync: $ZodBranded<
        z.ZodType<ParsedSubject<Parts>>,
        "async-schema",
    >

    Type for an async assertion implementation using a Zod schema.

    This represents a branded Zod schema that validates the assertion subject asynchronously. The schema must match the parsed subject type derived from the assertion parts and is branded with 'async-schema' for compile-time type safety.

    Type Parameters

    • Parts extends AssertionParts

      The assertion parts tuple defining the assertion structure