export default interface ICreatedRelease {
    releaseID: string;
}
