feat: 🎸 schema changes

This commit is contained in:
amianthus
2026-04-24 16:56:10 +01:00
parent 6d40d91937
commit ea31bc26a9
3 changed files with 3 additions and 0 deletions

View File

@@ -10,4 +10,5 @@ export type ApiKey = {
env: AppEnv;
hashed_key: string;
meta: any;
scopes: string[] | null;
};