Apply 1 suggestion(s) to 1 file(s)

Co-authored-by: Alex Gleason <alex@alexgleason.me>
This commit is contained in:
Daniel 2024-09-18 19:00:11 +00:00
parent b7a05e4ad2
commit 2ad123cfcc
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import { type ZapSplitData } from 'soapbox/schemas/zap-split';
import type { Account as AccountEntity, Status as StatusEntity } from 'soapbox/types/entities'; import type { Account as AccountEntity, Status as StatusEntity } from 'soapbox/types/entities';
type SplitValue = { interface SplitValue {
id: string; id: string;
amountSplit: number; amountSplit: number;
}; };