Skip to content

Instantly share code, notes, and snippets.

@bniedermeyer
Created February 26, 2019 06: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 bniedermeyer/33690ad41211e58f40878073637fdc34 to your computer and use it in GitHub Desktop.
Save bniedermeyer/33690ad41211e58f40878073637fdc34 to your computer and use it in GitHub Desktop.
export interface Schema {
project: string;
path: string;
moduleName: string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment