Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Properties

author

author: PartialUser

comments

comments: Comment[]

creationDate

creationDate: Date

description

description: string

duration

duration: number

favorites

favorites: number

id

id: Uuid

imageUrl

imageUrl: string

likes

likes: number

modificationDate

modificationDate: Date

tags

tags: string[]

title

title: string

waypoints

waypoints: Waypoint[]

Variables

type

type: DocumentType<Route> = new kryo.DocumentType<Route>({properties: {...PartialRoute.type.properties,waypoints: {type: new kryo.ArrayType({itemType: Waypoint.type,maxLength: 100})},comments: {type: new kryo.ArrayType({itemType: Comment.type,maxLength: 100})}}})

Generated using TypeDoc