Skip to content

Commit e453119

Browse files
committed
nominal change to trigger ci
1 parent 2d71fc7 commit e453119

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/types/apiKey.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { Model, Document, Types } from 'mongoose';
22
import { VirtualId, MongooseTimestamps } from './mongoose';
33

4+
/** Full Api Key interface */
45
export interface IApiKey extends VirtualId, MongooseTimestamps {
56
label: string;
67
lastUsedAt?: Date;

0 commit comments

Comments
 (0)