icache

@nishans/endpoints / Exports / ICache

Interface: ICache#

Hierarchy#

  • ICache

Index#

Properties#

Properties#

block#

block: Map<string, TBlock>

Defined in: src/types.ts:16


collection#

collection: Map<string, ICollection>

Defined in: src/types.ts:17


collection_view#

collection_view: Map<string, TView>

Defined in: src/types.ts:18


notion_user#

notion_user: Map<string, INotionUser>

Defined in: src/types.ts:20


space#

space: Map<string, ISpace>

Defined in: src/types.ts:19


space_view#

space_view: Map<string, ISpaceView>

Defined in: src/types.ts:21


user_root#

user_root: Map<string, IUserRoot>

Defined in: src/types.ts:22


user_settings#

user_settings: Map<string, IUserSettings>

Defined in: src/types.ts:23