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

    Variable PropertySchemaConst

    PropertySchema: Zod.ZodObject<
        {
            group: Zod.ZodOptional<Zod.ZodString>;
            id: Zod.ZodString;
            label: Zod.ZodString;
            path: Zod.ZodString;
            type: Zod.ZodDefault<Zod.ZodNativeEnum<typeof LottiePropertyTypeEnum>>;
            value: Zod.ZodOptional<Zod.ZodUnknown>;
        },
        "strip",
        Zod.ZodTypeAny,
        {
            group?: string;
            id: string;
            label: string;
            path: string;
            type: LottiePropertyTypeEnum;
            value?: unknown;
        },
        {
            group?: string;
            id: string;
            label: string;
            path: string;
            type?: TEXT
            | FILL_COLOR
            | STROKE_COLOR
            | STROKE_WIDTH;
            value?: unknown;
        },
    > = ...