using System; using System.Collections.Generic; using System.Text; namespace TEAMModelOS.SDK.Module.AzureCosmosDBV3 { public interface ID { string id { get; set; } int? ttl { get; set; } } }