Files
Central/frontend/services/dto/logs.ts
tristan b769abdbe1
Some checks failed
Auto Tag Develop / tag (push) Has been cancelled
feat : ajout de la lecture des logs symfony et docker (#3)
Reviewed-on: #3
Co-authored-by: tristan <tristan@yuno.malio.fr>
Co-committed-by: tristan <tristan@yuno.malio.fr>
2026-04-07 10:01:01 +00:00

6 lines
78 B
TypeScript

type LogOutput = {
content: string
lines: number
source: string
}