import type { EntityRef } from './EntityRef';
export type HasProject = {
    project?: EntityRef<'project'>;
};
