export interface Tag { id?: number contractItemId: number tagNo: string tagType: string description?: string | null createdAt?: Date | string updatedAt?: Date | string }