// Generated Source interface GetTimezoneInfoResponse { /** * Internal identifier of a timezone */ id?: string; /** * Canonical URI of the timezone */ uri?: string; /** * Short name of the timezone */ name?: string; /** * Description of the timezone */ description?: string; } export default GetTimezoneInfoResponse;