export interface Schema { // the API URL url?: string; /** * The name of the project. */ project?: string; /** * the CI type */ type?: string; }