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

    Variable DisplaySchemaConst

    DisplaySchema: Zod.ZodObject<
        {
            backgroundColor: Zod.ZodString;
            height: Zod.ZodNumber;
            width: Zod.ZodNumber;
        },
        "strip",
        Zod.ZodTypeAny,
        { backgroundColor: string; height: number; width: number },
        { backgroundColor: string; height: number; width: number },
    > = ...