UNPKG

@microsoft/agents-hosting-teams

Version:

Microsoft 365 Agents SDK for JavaScript

15 lines 436 B
"use strict"; /** * Copyright(c) Microsoft Corporation.All rights reserved. * Licensed under the MIT License. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.tenantInfoZodSchema = void 0; const zod_1 = require("zod"); /** * Zod schema for validating TenantInfo objects. */ exports.tenantInfoZodSchema = zod_1.z.object({ id: zod_1.z.string().min(1).optional() }); //# sourceMappingURL=tenantInfo.js.map