export async function getUserType()

in src/utils/azureCli.ts [18:20]


export async function getUserType(): Promise<string> {
    return executeCommand('az account show --query user.type -o tsv');
}