master
cs 8 lines 184 Bytes
Raw
1 // Copyright (C) Microsoft Corporation. All rights reserved.
2
3 namespace WslSettings.Contracts.Services;
4
5 public interface IPageService
6 {
7 Type GetPageType(string key);
8 }