chore: wip

This commit is contained in:
Ephraim Atta-Duncan
2025-02-25 09:44:10 +00:00
parent 633274bab1
commit 70a3f7b3e9
2 changed files with 130 additions and 109 deletions

View File

@ -15,10 +15,14 @@ import { Input } from '@documenso/ui/primitives/input';
export type SigningVolume = {
id: number;
name: string | null;
name: string;
email: string;
signingVolume: number;
createdAt: Date;
planId: string;
userId?: number | null;
teamId?: number | null;
isTeam: boolean;
};
type LeaderboardTableProps = {