UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

12 lines (11 loc) 260 B
export interface addItem { toBeAdded: string; toBeAddedAfter: string; toBeAddedBefore: string; keyword?: string; indent?: number; exactMatch?: boolean; wholeLine?: boolean; connector?: string; needImportHandler?: boolean; }