export default interface IBuildOutput {
    _id: string;
    line: string;
    stream: string;
    releaseID: string;
    createdAt: string;
}
