Genkit JS API reference
    Preparing search index...

    Variable objectConst

    object: <Shape extends z.ZodRawShape>(
        shape: Shape,
        params?: z.RawCreateParams,
    ) => z.ZodObject<
        Shape,
        "strip",
        z.ZodTypeAny,
        z.objectOutputType<Shape, z.ZodTypeAny, "strip">,
        z.objectInputType<Shape, z.ZodTypeAny, "strip">,
    >

    Type Declaration