Variable _Schema_maps_queryConst Internal

_Schema_maps_query: ZodArray<ZodObject<{
    mapper: ZodString;
    name: ZodString;
    type: ZodString;
}, "strip", ZodTypeAny, {
    mapper: string;
    name: string;
    type: string;
}, {
    mapper: string;
    name: string;
    type: string;
}>, "many"> = ...

The zod schema for map queries.