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/180f8655ea2200b5a87710fe95c47d3d to your computer and use it in GitHub Desktop.
Save ypcode/180f8655ea2200b5a87710fe95c47d3d to your computer and use it in GitHub Desktop.
import { IFieldInfo } from "./IFieldInfo";
export interface IListInfo {
Id: string;
Title: string;
Fields: IFieldInfo[];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment