Skip to content

Instantly share code, notes, and snippets.

@brandonroberts
Created May 24, 2021 14:46
Show Gist options
  • Save brandonroberts/11d95e3b5c1b3d5fbcf2c614a56fe369 to your computer and use it in GitHub Desktop.
Save brandonroberts/11d95e3b5c1b3d5fbcf2c614a56fe369 to your computer and use it in GitHub Desktop.
Schematic Interface
export interface Schema {
// The name of the service.
name: string;
// The path to create the service.
path?: string;
// The name of the project.
project?: string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment