export interface Schema {
    /** Name of the project to target. */
    project: string;
}
