UNPKG

177 BTypeScriptView Raw
1import type { CognitoUser } from 'amazon-cognito-identity-js';
2export declare function deleteAttributes(user: CognitoUser, attribute_a1: string[]): Promise<string | undefined>;