Home > @plasmicapp/loader-edge > getMiddlewareResponse
getMiddlewareResponse variable
Signature:
getMiddlewareResponse: (opts: {
path: string;
traits: Traits;
cookies: Record<string, string>;
seedRange?: number;
}) => {
pathname: string;
cookies: {
key: string;
value: string;
}[];
}