Google Apps Script API
    Preparing search index...
    interface UserEmail {
        address?: string;
        customType?: string;
        primary?: boolean;
        type?: string;
    }
    Index

    Properties

    address?: string
    customType?: string
    primary?: boolean
    type?: string