Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Alex Gleason <alex@alexgleason.me>
This commit is contained in:
parent
b7a05e4ad2
commit
2ad123cfcc
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue