// Generated Source interface LicenseFeatureInfo { /** * Internal identifier of an feature */ id?: string; /** * Full name of a feature */ name?: string; /** * Maximum count of licenses of specific type per account */ limit?: number; } export default LicenseFeatureInfo;