mirror of
https://github.com/modrinth/code.git
synced 2026-08-31 03:55:59 +00:00
Add provisional payout estimates
This commit is contained in:
@@ -700,9 +700,12 @@ export namespace Labrinth {
|
||||
seconds: number
|
||||
}
|
||||
|
||||
export type ProjectRevenueKind = 'estimated' | 'actual'
|
||||
|
||||
export type ProjectRevenue = {
|
||||
user_id?: string
|
||||
revenue: string
|
||||
revenue_kind: ProjectRevenueKind
|
||||
revenue: number
|
||||
}
|
||||
|
||||
export type AffiliateCodeAnalytics = {
|
||||
@@ -723,7 +726,7 @@ export namespace Labrinth {
|
||||
}
|
||||
|
||||
export type AffiliateCodeRevenue = {
|
||||
revenue: string
|
||||
revenue: number
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user