export default interface IProject {
    project_id: string;
}
