/** * @author Ning Liu */ export interface ValidateAppPackageArgs { /** * Teams app package path */ appPackagePath: string; /** * Internal arguments * Show message for non-life cycle command */ showMessage?: boolean; } //# sourceMappingURL=ValidateAppPackageArgs.d.ts.map