UNPKG

@microsoft/agents-hosting-extensions-teams

Version:

Microsoft 365 Agents SDK for JavaScript. Teams extensions

16 lines 543 B
"use strict"; /** * Copyright(c) Microsoft Corporation.All rights reserved. * Licensed under the MIT License. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.messagingExtensionQueryOptionsZodSchema = void 0; const zod_1 = require("zod"); /** * Zod schema for validating MessagingExtensionQueryOptions. */ exports.messagingExtensionQueryOptionsZodSchema = zod_1.z.object({ skip: zod_1.z.number().optional(), count: zod_1.z.number().optional() }); //# sourceMappingURL=messagingExtensionQueryOptions.js.map