botas-core
    Preparing search index...

    Interface MeetingInfo

    Meeting information from Teams channel data.

    interface MeetingInfo {
        id?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    id?: string