/[sudobot]/trunk/src/models/AFK.ts
ViewVC logotype

Diff of /trunk/src/models/AFK.ts

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 328 by rakin, Mon Jul 29 17:29:34 2024 UTC revision 344 by rakin, Mon Jul 29 17:29:40 2024 UTC
# Line 1  Line 1 
1  import { Schema, model, SchemaTypes, Document } from 'mongoose';  import { Schema, model, Document } from 'mongoose';
2    
3  export interface IAFK extends Document {  export interface IAFK extends Document {
4      user: string;      user: string;

Legend:
Removed from v.328  
changed lines
  Added in v.344

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26