export interface IProjectPayload {
    _id: string;
    name: string;
}
//# sourceMappingURL=project.types.d.ts.map