@rendley/sdk - v1.12.6
    Preparing search index...

    Variable EffectSchemaConst

    EffectSchema: Zod.ZodObject<
        {
            effectId: Zod.ZodString;
            id: Zod.ZodString;
            properties: Zod.ZodArray<
                Zod.ZodTuple<[Zod.ZodString, Zod.ZodAny], null>,
                "many",
            >;
            provider: Zod.ZodString;
        },
        "strip",
        Zod.ZodTypeAny,
        {
            effectId: string;
            id: string;
            properties: [string, any][];
            provider: string;
        },
        {
            effectId: string;
            id: string;
            properties: [string, any][];
            provider: string;
        },
    > = ...