export interface Schema {
    /**
     * Name of the project where doku-fragment library should be installed.
     */
    project?: string;
}
