chore: wip

This commit is contained in:
Ephraim Atta-Duncan
2025-02-19 16:49:46 +00:00
parent 442ba9d052
commit 2cbe14572b
2 changed files with 107 additions and 80 deletions

View File

@ -15,11 +15,10 @@ import { Input } from '@documenso/ui/primitives/input';
export type SigningVolume = {
id: number;
name: string;
name: string | null;
signingVolume: number;
createdAt: Date;
planId: string;
customerId: string;
};
type LeaderboardTableProps = {