feat: limit export kb

This commit is contained in:
archer
2023-05-22 14:14:06 +08:00
parent 5128bbcce4
commit 1c8db69a5a
4 changed files with 43 additions and 7 deletions

View File

@@ -22,6 +22,9 @@ export interface UserModelSchema {
promotion: {
rate: number;
};
limit: {
exportKbTime?: Date;
};
}
export interface AuthCodeSchema {