Auth0 Node.js SDK - v6.4.0
    Preparing search index...

    Interface ListOrganizationTemplatesPaginatedResponseContent

    interface ListOrganizationTemplatesPaginatedResponseContent {
        next?: string;
        organization_templates?: OrganizationTemplate[];
    }
    Index
    next?: string

    A cursor to be used as the "from" query parameter for the next page of results.

    organization_templates?: OrganizationTemplate[]