Skip to content

Instantly share code, notes, and snippets.

@rbro112
Last active June 28, 2021 04:12
Show Gist options
  • Save rbro112/415f7af32568ee1ab547aac64b573834 to your computer and use it in GitHub Desktop.
Save rbro112/415f7af32568ee1ab547aac64b573834 to your computer and use it in GitHub Desktop.
Sample GP Response interface.
interface GPResponse {
sections: [SectionContainer]
screens: [ScreenContainer]
# ... Other metadata, logging data or feature-specific logic
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment