/**************************************************************************************** * NOTICE: AUTO-GENERATED * **************************************************************************************** * This file is automatically generated by script "./src/question/generator.ts". * * Please don't manually change its contents, as any modifications will be overwritten! * ***************************************************************************************/ import { Inputs } from "@microsoft/teamsfx-api"; export interface removeSharedAccessInputs extends Inputs { /** @description Select users to remove access */ users?: string[]; } //# sourceMappingURL=removeSharedAccessInputs.d.ts.map