Skip to content

Instantly share code, notes, and snippets.

@mohamed-gara
Created February 20, 2022 15:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mohamed-gara/d4fc8c11b6a261ee50feff732109f63b to your computer and use it in GitHub Desktop.
Save mohamed-gara/d4fc8c11b6a261ee50feff732109f63b to your computer and use it in GitHub Desktop.
interface QuantityOverDateRange {
val dateRange: DateRange
val quantity: Quantity
val groupId: String?
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment