src/Bicep.Types/Concrete/ITypeReference.cs (7 lines of code) (raw):

// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. namespace Azure.Bicep.Types.Concrete { public interface ITypeReference { TypeBase Type { get; } } }