bupkis
    Preparing search index...

    Type Alias AssertionImplSchemaSync<Parts>

    AssertionImplSchemaSync: $ZodBranded<
        z.ZodType<ParsedSubject<Parts>>,
        "sync-schema",
    >

    Type for a synchronous assertion implementation using a Zod schema.

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

    Type Parameters

    • Parts extends AssertionParts

      The assertion parts tuple defining the assertion structure