Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Enumerations

Interfaces

Type aliases

Type aliases

LogReceiver

LogReceiver: function

Type declaration

    • Parameters

      Returns any | void

OptModelLogFn

OptModelLogFn: function

Type declaration

    • (message: string, modelConstructor: ModelConstructor<any> | undefined | null, data: any): void
    • Parameters

      • message: string
      • modelConstructor: ModelConstructor<any> | undefined | null
      • Optional data: any

      Returns void