Skip to content

Instantly share code, notes, and snippets.

@ypcode
Created July 13, 2017 10:27
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 ypcode/7870f6fc9632c9654d1756167f33db0c to your computer and use it in GitHub Desktop.
Save ypcode/7870f6fc9632c9654d1756167f33db0c to your computer and use it in GitHub Desktop.
export interface IFieldInfo {
Title: string;
InternalName: string;
TypeAsString: string;
Choices?: string[];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment