nylas
    Preparing search index...

    Interface for branding details for the application

    interface Branding {
        description?: string;
        iconUrl?: string;
        name: string;
        websiteUrl?: string;
    }
    Index

    Properties

    description?: string

    Description of the application

    iconUrl?: string

    URL points to application icon

    name: string

    Name of the application

    websiteUrl?: string

    Application / publisher website URL