Spaces:
Runtime error
Runtime error
| import { ApiProperty } from '@nestjs/swagger'; | |
| export class WAHAEnvironment { | |
| ({ | |
| example: 'YYYY.MM.BUILD', | |
| }) | |
| version: string; | |
| ({ | |
| example: 'WEBJS', | |
| }) | |
| engine: string; | |
| ({ | |
| example: 'PLUS', | |
| }) | |
| tier: string; | |
| ({ | |
| example: '/usr/path/to/bin/google-chrome', | |
| }) | |
| browser: string; | |
| } | |