mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
chore(server-render): add optional cookies property to CategorizedRequest type
This commit is contained in:
1
packages/server-render/server-render.d.ts
vendored
1
packages/server-render/server-render.d.ts
vendored
@@ -42,6 +42,7 @@ export type CategorizedRequest = Omit<http.IncomingMessage, 'url'> & {
|
||||
modern: boolean;
|
||||
path: string;
|
||||
url: URL;
|
||||
cookies?: Record<string, string>;
|
||||
}
|
||||
|
||||
export interface ServerSink extends ClientSink {
|
||||
|
||||
Reference in New Issue
Block a user