mirror of
https://github.com/documenso/documenso.git
synced 2025-11-20 19:51:32 +10:00
chore: wip
This commit is contained in:
@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user