mirror of
https://github.com/documenso/documenso.git
synced 2025-11-19 11:12:06 +10:00
chore: remove unused type
This commit is contained in:
@ -91,12 +91,6 @@ export type GetMonthlyActiveUsersResult = Array<{
|
||||
cume_count: number;
|
||||
}>;
|
||||
|
||||
type GetMonthlyActiveUsersQueryResult = Array<{
|
||||
month: Date;
|
||||
count: bigint;
|
||||
cume_count: bigint;
|
||||
}>;
|
||||
|
||||
export const getMonthlyActiveUsers = async () => {
|
||||
const qb = kyselyPrisma.$kysely
|
||||
.selectFrom('UserSecurityAuditLog')
|
||||
|
||||
Reference in New Issue
Block a user