Genkit JS API reference
    Preparing search index...

    Variable coerceConst

    coerce: {
        bigint: typeof z.ZodBigInt["create"];
        boolean: typeof z.ZodBoolean["create"];
        date: typeof z.ZodDate["create"];
        number: typeof z.ZodNumber["create"];
        string: typeof z.ZodString["create"];
    }

    Type Declaration