Created
May 24, 2021 14:46
-
-
Save brandonroberts/11d95e3b5c1b3d5fbcf2c614a56fe369 to your computer and use it in GitHub Desktop.
Schematic Interface
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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