// Generated Source interface ServicePlanInfo { /** * Internal identifier of a service plan */ id?: string; /** * Name of a service plan */ name?: string; /** * Edition of a service plan */ edition?: string; } export default ServicePlanInfo;