Skip to content

Instantly share code, notes, and snippets.

@mohamed-gara
Created February 26, 2022 20:35
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/45ba15413aa02dfd52709493b783c194 to your computer and use it in GitHub Desktop.
Save mohamed-gara/45ba15413aa02dfd52709493b783c194 to your computer and use it in GitHub Desktop.
data class SubtractionResult(
val remainingRanges: List<QuantityOverDateRange>,
val changes: List<Change>,
) {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment