/** * This file was auto-generated by Fern from our API Definition. */ import * as Klavis from "../index.js"; /** * Complete Microsoft Teams sandbox data structure */ export interface MsTeamsData { /** List of team channels */ channels?: Klavis.TeamsChannel[]; /** List of one-on-one chats */ chats?: Klavis.TeamsChat[]; }