Malloy
Loading...
Searching...
No Matches
types.hpp
1#pragma once
2
3#include <string>
4
5namespace malloy::http::sessions
6{
7
8 using id_type = std::string;
9
10}