UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

8 lines (7 loc) 117 B
/** * Active directory account information */ export interface AccountInfo { name: string; type: string; }