You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
export class Bug {
constructor(
public id: string,
public title: string,
public status: number,
public severity: number,
public description: string,
public createdBy: string,
public createdDate: number,
public updatedBy?: string,
public updatedDate?: number
) {
}
}
The name change might be considered.
The text was updated successfully, but these errors were encountered:
This is Bug definition
The name change might be considered.
The text was updated successfully, but these errors were encountered: