Type Alias ServerProxyRequestType
ServerProxyRequestType: {
cookies: { auth_token: string | undefined };
headers: Record<string, string>;
query: Record<string, string>;
[key: string]: unknown;
}
Type declaration
[key: string]: unknown
cookies: { auth_token: string | undefined }
headers: Record<string, string>
query: Record<string, string>