@microsoft/agents-hosting-extensions-teams
Version:
Microsoft 365 Agents SDK for JavaScript. Teams extensions
16 lines • 564 B
JavaScript
;
/**
* Copyright(c) Microsoft Corporation.All rights reserved.
* Licensed under the MIT License.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.teamsChannelDataSettingsZodSchema = void 0;
const zod_1 = require("zod");
const channelInfo_1 = require("./channelInfo");
/**
* Zod schema for validating TeamsChannelDataSettings objects.
*/
exports.teamsChannelDataSettingsZodSchema = zod_1.z.object({
selectedChannel: channelInfo_1.channelInfoZodSchema.optional()
});
//# sourceMappingURL=teamsChannelDataSettings.js.map