gui: work in progress

This commit is contained in:
Carl-Gerhard Lindesvärd
2023-10-17 21:47:37 +02:00
parent b9fe6127ff
commit 206ae54dea
53 changed files with 2632 additions and 88 deletions

View File

@@ -63,7 +63,8 @@ export type MixanErrorResponse = {
status: 'error'
code: number
message: string
issues: Array<MixanIssue>
issues?: Array<MixanIssue>
stack?: string
}
export type MixanResponse<T> = {