export default interface TLSContexts { inbound: { name?: string; secretGroupId: string; tlsContextId: string; } | null; outbound: { name?: string; secretGroupId: string; tlsContextId: string; } | null; }