@stackend/api
Version:
JS bindings to api.stackend.com
17 lines • 544 B
TypeScript
import { Location, StackendAnchor } from './index';
import { AnyAction } from 'redux';
/**
* Sets up an implementation neutral object that keeps track of the current url
*/
export declare function setRequestInfo(request: {
location?: Location;
cookie?: string | null;
absoluteUrl?: string;
communityUrl?: string;
absoluteCommunityUrl?: string;
communityFromDomain?: boolean;
referenceUrlId?: number;
contextPath?: string;
anchor?: StackendAnchor;
}): AnyAction;
//# sourceMappingURL=requestActions.d.ts.map