Compare commits

..

No commits in common. "develop" and "main" have entirely different histories.

2 changed files with 1 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{
"license": "MIT",
"version": "1.2.0",
"version": "1.1.0",
"name": "@flaschengeist/types",
"author": "Ferdinand Thiessen <rpm@fthiessen.de>",
"homepage": "https://flaschengeist.dev/",

6
types/models.d.ts vendored
View File

@ -35,10 +35,4 @@ declare namespace FG {
name: string;
permissions: Array<Permission>;
}
interface ApiKey {
id: number;
name: string;
token?: string;
description?: string;
}
}