export interface Schema { // The name of the project name: string; // Selector prefix for all Angular directives with the 'selector' property. prefix: string; // The port number the server is set to listen on. port: number; }