@a11ywatch/core
Version:
a11ywatch central API
37 lines (36 loc) • 1.13 kB
TypeScript
export declare const user: (_: any, { id, password }: {
id: any;
password: any;
}, ctx: any) => Promise<{
emailConfirmed: boolean;
keyid: number;
activeSubscription: boolean;
loggedIn: boolean;
accountType: string;
passwordRequired: boolean;
pageSpeedApiKey?: string;
__typename?: "User";
id?: number;
email?: string;
password?: string;
jwt?: string;
salt?: string;
alertEnabled?: boolean;
lastAlertSent?: number;
lastAlertDateStamp?: number;
role?: number;
emailFilteredDates?: number[];
websites?: import("../../../types/schema").Website[];
profileVisible?: boolean;
history?: import("../../../types/schema").History[];
scanInfo?: import("../../../types/schema").ScanInformation;
analytics?: import("../../../types/schema").Analytic[];
paymentSubscription?: Stripe.subscriptions.ISubscription;
websiteLimit?: number;
lastLoginDate?: string;
downAlerts?: import("../../../types/schema").Website[];
emailExpDate?: string;
resetCode?: string;
stripeID?: string;
usageAnchorDate?: number | Date;
}>;