chore: change the quota sync to the queue
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
export interface ISyncUserQuotaJob {
|
||||
userId: string;
|
||||
businessId: string;
|
||||
wildduckUserId: string;
|
||||
}
|
||||
|
||||
export interface ISyncBusinessQuotaJob {
|
||||
businessId: string;
|
||||
businessName: string;
|
||||
}
|
||||
|
||||
export type ISyncAllUsersQuotaJob = Record<string, never>;
|
||||
|
||||
export type ISyncAllBusinessesQuotaJob = Record<string, never>;
|
||||
|
||||
export type ISyncComprehensiveQuotaJob = Record<string, never>;
|
||||
Reference in New Issue
Block a user