Files
PowerToys/src/modules/Deux/UI/Microsoft.CommandPalette.UI.Services/Extensions/IExtensionService.cs
Michael Jolley 69d706560f More deux, two
2025-12-11 19:08:35 -06:00

10 lines
286 B
C#

// Copyright (c) Microsoft Corporation
// The Microsoft Corporation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
namespace Microsoft.CommandPalette.UI.Services.Extensions;
public interface IExtensionService
{
}