import { PathTemplateTypes } from '../index'; export class PathParam { constructor(public value: T, public key: string) {} }