Google Apps Script API
    Preparing search index...
    interface KnownUser {
        isCurrentUser?: boolean;
        personName?: string;
    }
    Index

    Properties

    isCurrentUser?: boolean
    personName?: string