UNPKG

@arc-publishing/sdk-amp

Version:
8 lines (7 loc) 326 B
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>;