Skip to content

Instantly share code, notes, and snippets.

@seoft
Created December 17, 2021 14:22
Show Gist options
  • Save seoft/5f4c508b6c270e1c7a04278f2da04526 to your computer and use it in GitHub Desktop.
Save seoft/5f4c508b6c270e1c7a04278f2da04526 to your computer and use it in GitHub Desktop.
SchemeRouter and SchemeCommand
data class SchemeRouter(@IdRes val destinationId: Int, val `moreOptions`: Any)
data class SchemeCommand(val routers: List<SchemeRouter>, val `moreOptions`: Any)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment