export interface Schema {
    project: string;
    type: string;
    port: number;
    library: string;
}
