Databricks SDK for JavaScript
    Preparing search index...

    Interface ListAppsResponse

    interface ListAppsResponse {
        apps?: App[];
        nextPageToken?: string;
    }
    Index

    Properties

    apps?: App[]
    nextPageToken?: string

    Pagination token to request the next page of apps.