@arc-publishing/sdk-identity
Version:
JS Identity SDK for working with Identity API
10 lines (9 loc) • 332 B
TypeScript
import { APIErrorResponse } from '../serviceHelpers/APIErrorResponse';
declare global {
interface globalThis {
Sales: any;
}
}
export default function logout(): Promise<null | APIErrorResponse>;
export declare const facebookSignOut: () => Promise<null | Error>;
export declare const dispatchLogoutEvent: () => void;