/**
 * @publicApi
 */
export type Paramtype = 'body' | 'query' | 'param' | 'custom';
