export interface Staff { comment: string; email: string; name: string; tag: number; userid: string; }