Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Properties

author

author: PartialUser

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

Variables

type

type: DocumentType<PartialRoute> = new kryo.DocumentType<PartialRoute>({properties: {id: {type: Uuid.type},creationDate: {type: new kryo.DateType()},modificationDate: {type: new kryo.DateType()},title: {type: new kryo.Ucs2StringType({maxLength: 100})},description: {type: new kryo.Ucs2StringType({maxLength: 500})},imageUrl: {type: new kryo.Ucs2StringType({maxLength: 500})},author: {type: PartialUser.type},duration: {type: new kryo.Int32Type()},likes: {type: new kryo.Int32Type()},favorites: {type: new kryo.Int32Type()},tags: {type: new kryo.ArrayType({itemType: Tag.type,maxLength: 20})}}})

Safe deserializer

Generated using TypeDoc