Databricks SDK for JavaScript
    Preparing search index...

    Interface ListCustomTemplatesResponse

    interface ListCustomTemplatesResponse {
        nextPageToken?: string;
        templates?: CustomTemplate[];
    }
    Index

    Properties

    nextPageToken?: string

    Pagination token to request the next page of custom templates.

    templates?: CustomTemplate[]