[[["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,["# ListVersionsResult interface\n\nInterface representing a list of Remote Config template versions.\n\n**Signature:** \n\n export interface ListVersionsResult \n\nProperties\n----------\n\n| Property | Type | Description |\n|-------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------|------------------------------------------------------------------------------------------------|\n| [nextPageToken](./firebase-admin.remote-config.listversionsresult.md#listversionsresultnextpagetoken) | string | Token to retrieve the next page of results, or empty if there are no more results in the list. |\n| [versions](./firebase-admin.remote-config.listversionsresult.md#listversionsresultversions) | [Version](./firebase-admin.remote-config.version.md#version_interface)\\[\\] | A list of version metadata objects, sorted in reverse chronological order. |\n\nListVersionsResult.nextPageToken\n--------------------------------\n\nToken to retrieve the next page of results, or empty if there are no more results in the list.\n\n**Signature:** \n\n nextPageToken?: string;\n\nListVersionsResult.versions\n---------------------------\n\nA list of version metadata objects, sorted in reverse chronological order.\n\n**Signature:** \n\n versions: Version[];"]]