UNPKG

pockybot

Version:

Spark bot that handles team recognition

13 lines (12 loc) 276 B
export interface Peg { receiverId: string; receiverName: string; receiverLocation?: string; senderId: string; senderName: string; senderLocation?: string; comment: string; categories: string[]; isValid: boolean; pegWeighting: number; }