nylas
    Preparing search index...

    Interface NotetakerLeaveResponse

    Interface representing the response from leaving a Notetaker session

    interface NotetakerLeaveResponse {
        id: string;
        message: string;
    }
    Index

    Properties

    Properties

    id: string

    The Notetaker ID.

    message: string

    A message describing the API response.