Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Interfaces

Properties

Variables

Properties

author

author: PartialUser

id

id: Uuid

text

text: string

Variables

type

type: DocumentType<Comment> = new kryo.DocumentType<Comment>({properties: {id: {type: Uuid.type},text: {type: new kryo.Ucs2StringType({maxLength: 500})},author: {type: PartialUser.type}}})

Safe deserializer

Generated using TypeDoc