docs: update documentation of STA

This commit is contained in:
2026-05-15 10:01:36 +02:00
parent 94105a040c
commit 8cf13503da
9 changed files with 266 additions and 288 deletions

View File

@@ -1,6 +1,7 @@
import { onMounted, ref } from 'vue';
import type { components } from '../api/schema';
import { apiClient } from '../api/client';
import type { components } from '../api/schema';
type Meta = components['schemas']['Meta'];