This commit is contained in:
xds
2025-10-31 15:31:55 +03:00
parent 040da34ff7
commit 7972ea0fdf
117 changed files with 3691 additions and 2013 deletions

View File

@@ -0,0 +1,6 @@
package space.luminic.finance.dtos
data class SubscriptionDTO (
val endpoint: String,
val keys: Map<String, String>
)