feat: limit export kb
This commit is contained in:
3
src/types/mongoSchema.d.ts
vendored
3
src/types/mongoSchema.d.ts
vendored
@@ -22,6 +22,9 @@ export interface UserModelSchema {
|
||||
promotion: {
|
||||
rate: number;
|
||||
};
|
||||
limit: {
|
||||
exportKbTime?: Date;
|
||||
};
|
||||
}
|
||||
|
||||
export interface AuthCodeSchema {
|
||||
|
||||
Reference in New Issue
Block a user