()
| 5051 | ]; |
| 5052 | |
| 5053 | function mockTwoDaysAgo() { |
| 5054 | const date = new Date(); |
| 5055 | date.setDate(date.getDate() - 2); |
| 5056 | return date.toISOString(); |
| 5057 | } |
| 5058 | |
| 5059 | export const MockWorkspaceAgentContainerPorts: TypesGen.WorkspaceAgentContainerPort[] = |
| 5060 | [ |