Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Classes

Type aliases

Variables

Type aliases

LogSchema

LogSchema: { content: string; created_at: Timestamp; id: number; label: string; timestamp: string }

Type declaration

  • content: string
  • created_at: Timestamp
  • id: number
  • label: string
  • timestamp: string

TempLogs

TempLogs: { data: Blob; id: number }

Type declaration

  • data: Blob
  • id: number

Timestamp

Timestamp: number

Variables

db