asset-db
    Preparing search index...

    Variable QuantityOwnIncludeSchemaConst

    QuantityOwnIncludeSchema: ZodObject<
        {
            item: ZodOptional<ZodCoercedBoolean<unknown>>;
            quantityMoveSources: ZodOptional<ZodCoercedBoolean<unknown>>;
            quantityMoveTargets: ZodOptional<ZodCoercedBoolean<unknown>>;
            room: ZodOptional<ZodCoercedBoolean<unknown>>;
        },
        $strip,
    > = ...