[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-07-29 UTC."],[],[],null,["Interface representing the response from the [BaseAuth.importUsers()](./firebase-admin.auth.baseauth.md#baseauthimportusers) method for batch importing users to Firebase Auth.\n\n**Signature:** \n\n export interface UserImportResult \n\nProperties\n\nUserImportResult.errors\n\nAn array of errors corresponding to the provided users to import. The length of this array is equal to \\[`failureCount`\\](#failureCount).\n\n**Signature:** \n\n errors: FirebaseArrayIndexError[];\n\nUserImportResult.failureCount\n\nThe number of user records that failed to import to Firebase Auth.\n\n**Signature:** \n\n failureCount: number;\n\nUserImportResult.successCount\n\nThe number of user records that successfully imported to Firebase Auth.\n\n**Signature:** \n\n successCount: number;"]]