import {IKey} from "../../API";

/**
 * Interface that describes the raw image project properties.
 *
 * @interface IProject
 */
export interface IProject extends IKey { }
