export type ProjectResourceStatus = 'ok' | 'not_found' | 'assigned' | 'already_assigned' | 'service_down' | string;