export interface snykProjectDetails { orgName: string; projectID: string; targetFile: string; detailsLink: string; }