@arc-publishing/sdk-amp
Version:
Arc AMP SDK to work with Google AMP Pages
8 lines (7 loc) • 326 B
TypeScript
import { APIErrorResponse } from '@arc-publishing/sdk-subs-core/lib/utils/APIErrorResponse';
export interface AMPReaderIdResponse {
linkedArcIdentity: boolean;
lastLogin: string;
lastLogout: string;
}
export default function logoutAMPReaderID(ampReaderId: string): Promise<APIErrorResponse | AMPReaderIdResponse>;