@witchcraft/layout
    Preparing search index...

    Variable zWindowCreateConst

    zWindowCreate: ZodObject<
        {
            activeFrame: ZodOptional<ZodString>;
            frames: ZodOptional<
                ZodRecord<
                    ZodString,
                    ZodObject<
                        {
                            height: ZodNumber;
                            id: ZodUUID;
                            width: ZodNumber;
                            x: ZodNumber;
                            y: ZodNumber;
                        },
                        $loose,
                    >,
                >,
            >;
            id: ZodOptional<ZodUUID>;
            pxHeight: ZodOptional<ZodNumber>;
            pxWidth: ZodOptional<ZodNumber>;
            pxX: ZodOptional<ZodNumber>;
            pxY: ZodOptional<ZodNumber>;
        },
        $strip,
    > = ...