interface AuthUpdateUserAttributeOutput<UserAttributeKey> {
    isUpdated: boolean;
    nextStep: AuthNextUpdateAttributeStep<UserAttributeKey>;
}

Type Parameters

Properties

Properties

isUpdated: boolean