export declare const RequestPath: { readonly GetPage: "/:id"; }; export type RequestPath = (typeof RequestPath)[keyof typeof RequestPath]; export declare const WebsocketPath: { readonly Connection: "/ws/:id"; }; export type WebsocketPath = (typeof WebsocketPath)[keyof typeof WebsocketPath]; //# sourceMappingURL=schema.d.ts.map