Skip to content

Instantly share code, notes, and snippets.

@plateaukao
Created June 13, 2018 16:44
Show Gist options
  • Save plateaukao/e43ed054ab560498917ac92b833d0600 to your computer and use it in GitHub Desktop.
Save plateaukao/e43ed054ab560498917ac92b833d0600 to your computer and use it in GitHub Desktop.
IPoingGroup
export interface IPointGroup {
color: string;
points: IBasicPoint[];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment