SYMBOL INDEX (111 symbols across 12 files) FILE: playground/nextjs/app/layout.tsx function RootLayout (line 1) | function RootLayout({ children }) { FILE: playground/nextjs/app/page.tsx function Home (line 3) | async function Home() { function fetchData (line 13) | async function fetchData() { FILE: scripts/license-checker.mjs constant EXCLUDED_LICENSES (line 5) | const EXCLUDED_LICENSES = [ FILE: src/constants.ts type ObjectValues (line 8) | type ObjectValues = T[keyof T]; type Method (line 9) | type Method = ObjectValues; constant STORYBLOK_AGENT (line 13) | const STORYBLOK_AGENT = 'SB-Agent'; constant STORYBLOK_JS_CLIENT_AGENT (line 15) | const STORYBLOK_JS_CLIENT_AGENT = { type StoryblokContentVersionKeys (line 26) | type StoryblokContentVersionKeys = FILE: src/index.test.ts class MockSbFetch (line 20) | class MockSbFetch { method constructor (line 25) | constructor(config: any) { FILE: src/index.ts type CachedVersions (line 43) | interface CachedVersions { type LinksType (line 47) | interface LinksType { type RelationsType (line 51) | interface RelationsType { type ISbFlatMapped (line 55) | interface ISbFlatMapped { type ObjectValues (line 64) | type ObjectValues = T[keyof T]; type Version (line 65) | type Version = ObjectValues; class Storyblok (line 67) | class Storyblok { method constructor (line 92) | public constructor(config: ISbConfig, pEndpoint?: string) { method parseParams (line 168) | private parseParams(params: ISbStoriesParams): ISbStoriesParams { method factoryParamOptions (line 188) | private factoryParamOptions( method makeRequest (line 199) | private makeRequest( method get (line 226) | public get( method getAll (line 241) | public async getAll( method post (line 273) | public post( method put (line 283) | public put( method delete (line 293) | public delete( method getStories (line 306) | public getStories( method getStory (line 315) | public getStory( method getToken (line 325) | private getToken(): string { method ejectInterceptor (line 329) | public ejectInterceptor(): void { method _addResolveLevel (line 333) | private _addResolveLevel(params: ISbStoriesParams | ISbStoryParams): v... method _cleanCopy (line 339) | private _cleanCopy(value: LinksType): JSON { method _insertLinks (line 343) | private _insertLinks( method getStoryReference (line 375) | private getStoryReference(resolveId: string, uuid: string): string | J... method _resolveField (line 392) | private _resolveField( method _insertRelations (line 425) | private _insertRelations( method iterateTree (line 457) | private iterateTree( method resolveLinks (line 499) | private async resolveLinks( method resolveRelations (line 544) | private async resolveRelations( method resolveStories (line 605) | private async resolveStories( method cacheResponse (line 658) | private async cacheResponse( method throttledRequest (line 745) | private throttledRequest( method cacheVersions (line 755) | public cacheVersions(): CachedVersions { method cacheVersion (line 759) | public cacheVersion(): number { method setCacheVersion (line 763) | public setCacheVersion(cv: number): void { method clearCacheVersion (line 769) | public clearCacheVersion(): void { method cacheProvider (line 775) | public cacheProvider(): ICacheProvider { method flushCache (line 817) | public async flushCache(): Promise { method processInlineAssets (line 823) | private async processInlineAssets(response: ISbResult): Promise { type PreviewToken (line 87) | interface PreviewToken { type LocalizedPath (line 92) | interface LocalizedPath { type ISbStoryData (line 99) | interface ISbStoryData< type ISbMultipleStoriesData (line 150) | interface ISbMultipleStoriesData { type ISbAlternateObject (line 174) | interface ISbAlternateObject { type ISbLinkURLObject (line 184) | interface ISbLinkURLObject { type ISbStories (line 193) | interface ISbStories< type ISbStory (line 207) | interface ISbStory< type IMemoryType (line 219) | interface IMemoryType extends ISbResult { type ICacheProvider (line 223) | interface ICacheProvider { type ISbCache (line 230) | interface ISbCache { type ISbConfig (line 236) | interface ISbConfig { type ISbResult (line 254) | interface ISbResult { type ISbLinksResult (line 261) | interface ISbLinksResult extends ISbResult { type ISbResponse (line 265) | interface ISbResponse { type ISbError (line 272) | interface ISbError { type ISbContentMangmntAPI (line 278) | interface ISbContentMangmntAPI< type ISbManagmentApiResult (line 306) | interface ISbManagmentApiResult { type ISbSchema (line 311) | interface ISbSchema { type LinkCustomAttributes (line 316) | interface LinkCustomAttributes { type ISbLink (line 322) | interface ISbLink { type ISbLinksParams (line 339) | interface ISbLinksParams { type ISbLinks (line 350) | interface ISbLinks { type Queue (line 356) | interface Queue { type ISbResponseData (line 362) | interface ISbResponseData { type ISbThrottle (line 371) | interface ISbThrottle< type ISbThrottledRequest (line 378) | type ISbThrottledRequest = ( type AsyncFn (line 385) | type AsyncFn = (...args: any) => [] | Promise; type ArrayFn (line 387) | type ArrayFn = (...args: any) => void; type HtmlEscapes (line 389) | interface HtmlEscapes { type ISbCustomFetch (line 393) | interface ISbCustomFetch extends Omit {} type ISbAssetsParams (line 395) | interface ISbAssetsParams { type ISbField (line 403) | interface ISbField { FILE: src/sbFetch.ts type ResponseFn (line 11) | interface ResponseFn { type ISbFetch (line 15) | interface ISbFetch { class SbFetch (line 23) | class SbFetch { method constructor (line 34) | public constructor($c: ISbFetch) { method get (line 53) | public get(url: string, params: ISbStoriesParams) { method post (line 59) | public post(url: string, params: ISbStoriesParams) { method put (line 65) | public put(url: string, params: ISbStoriesParams) { method delete (line 71) | public delete(url: string, params?: ISbStoriesParams) { method _responseHandler (line 77) | private async _responseHandler(res: Response) { method _methodHandler (line 103) | private async _methodHandler( method setFetchOptions (line 160) | public setFetchOptions(fetchOptions: ISbCustomFetch = {}) { method eject (line 167) | public eject() { method _normalizeErrorMessage (line 176) | private _normalizeErrorMessage(data: any): string { method _statusHandler (line 209) | private _statusHandler(res: ISbResponse): Promise) => ReturnType... FILE: src/utils.test.ts type RangeFn (line 16) | type RangeFn = (...args: any) => []; FILE: src/utils.ts type ISbParams (line 9) | interface ISbParams extends ISbStoriesParams { type ArrayFn (line 13) | type ArrayFn = (...args: any) => void; type FlatMapFn (line 14) | type FlatMapFn = (...args: any) => [] | any; type RangeFn (line 15) | type RangeFn = (...args: any) => []; FILE: tests/utils.ts function headersToObject (line 1) | function headersToObject(headers: Headers) {