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

    Variable TransitionDataSchemaConst

    TransitionDataSchema: Zod.ZodObject<
        {
            id: Zod.ZodString;
            inputTextures: Zod.ZodOptional<
                Zod.ZodArray<
                    Zod.ZodObject<
                        {
                            mipmap: Zod.ZodOptional<
                                Zod.ZodNativeEnum<typeof InputTextureMipmapMode>,
                            >;
                            name: Zod.ZodString;
                            scaleMode: Zod.ZodOptional<
                                Zod.ZodNativeEnum<typeof InputTextureScaleMode>,
                            >;
                            url: Zod.ZodString;
                            wrapMode: Zod.ZodOptional<
                                Zod.ZodNativeEnum<typeof InputTextureWrapMode>,
                            >;
                        },
                        "strip",
                        Zod.ZodTypeAny,
                        {
                            mipmap?: OFF
                            | ON;
                            name: string;
                            scaleMode?: NEAREST | LINEAR;
                            url: string;
                            wrapMode?: CLAMP | REPEAT | MIRRORED_REPEAT;
                        },
                        {
                            mipmap?: OFF
                            | ON;
                            name: string;
                            scaleMode?: NEAREST | LINEAR;
                            url: string;
                            wrapMode?: CLAMP | REPEAT | MIRRORED_REPEAT;
                        },
                    >,
                    "many",
                >,
            >;
            name: Zod.ZodString;
            properties: Zod.ZodArray<
                Zod.ZodObject<
                    {
                        defaultValue: Zod.ZodType<
                            Required<any>,
                            Zod.ZodTypeDef,
                            Required<any>,
                        >;
                        description: Zod.ZodOptional<Zod.ZodString>;
                        label: Zod.ZodOptional<Zod.ZodString>;
                        name: Zod.ZodString;
                        type: Zod.ZodNativeEnum<typeof PropertyDescriptionTypeEnum>;
                    },
                    "strip",
                    Zod.ZodTypeAny,
                    {
                        defaultValue: Required<any>;
                        description?: string;
                        label?: string;
                        name: string;
                        type: PropertyDescriptionTypeEnum;
                    },
                    {
                        defaultValue: Required<any>;
                        description?: string;
                        label?: string;
                        name: string;
                        type: PropertyDescriptionTypeEnum;
                    },
                >,
                "many",
            >;
            provider: Zod.ZodString;
            transitionSrc: Zod.ZodString;
        },
        "strip",
        Zod.ZodTypeAny,
        {
            id: string;
            inputTextures?: {
                mipmap?: OFF
                | ON;
                name: string;
                scaleMode?: NEAREST | LINEAR;
                url: string;
                wrapMode?: CLAMP | REPEAT | MIRRORED_REPEAT;
            }[];
            name: string;
            properties: {
                defaultValue: Required<any>;
                description?: string;
                label?: string;
                name: string;
                type: PropertyDescriptionTypeEnum;
            }[];
            provider: string;
            transitionSrc: string;
        },
        {
            id: string;
            inputTextures?: {
                mipmap?: OFF
                | ON;
                name: string;
                scaleMode?: NEAREST | LINEAR;
                url: string;
                wrapMode?: CLAMP | REPEAT | MIRRORED_REPEAT;
            }[];
            name: string;
            properties: {
                defaultValue: Required<any>;
                description?: string;
                label?: string;
                name: string;
                type: PropertyDescriptionTypeEnum;
            }[];
            provider: string;
            transitionSrc: string;
        },
    > = ...