@witchcraft/layout
    Preparing search index...

    Variable zFrameCreateConst

    zFrameCreate: ZodObject<
        {
            height: ZodOptional<ZodNumber>;
            id: ZodOptional<ZodUUID>;
            width: ZodOptional<ZodNumber>;
            x: ZodOptional<ZodNumber>;
            y: ZodOptional<ZodNumber>;
        },
        $loose,
    > = ...