Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IContent<FT>

Full Payloads from the contents API

Type parameters

Hierarchy

Index

Properties

content

content: FT extends "file" ? string : FT extends "notebook" ? Notebook : FT extends "directory" ? IEmptyContent<FT>[] : null

created

created: string

format

format: string

last_modified

last_modified: string

mimetype

mimetype: string

name

name: string

path

path: string

type

type: FT

writable

writable: boolean

Generated using TypeDoc