@contio/partner-sdk - v1.10.0
    Preparing search index...

    Interface MeetingAttachment

    interface MeetingAttachment {
        access_level?: MeetingAttachmentAccessLevel;
        created_at: string;
        created_by_user_id?: string;
        external_content_url?: string;
        file_name?: string;
        id: string;
        kind?: MeetingAttachmentKind;
        meeting_id: string;
        mime_type?: string;
        size_bytes?: number;
        updated_at: string;
        workspace_id: string;
    }
    Index
    created_at: string
    created_by_user_id?: string
    external_content_url?: string
    file_name?: string
    id: string
    meeting_id: string
    mime_type?: string
    size_bytes?: number
    updated_at: string
    workspace_id: string