Type Alias GuardFunction<Type, DataType>

GuardFunction<Type, DataType>: ((params: Type, client: Client, next: Next, data: DataType) => any)

Guard function

Type Parameters

  • Type = any
  • DataType = any