fix: Crash

This commit is contained in:
Ale 2023-09-04 10:41:08 +02:00
parent 86e8d2582e
commit 6dc0f3ca8d
No known key found for this signature in database
GPG key ID: 284AFB134BB2E07D
2 changed files with 1 additions and 8 deletions

View file

@ -1,7 +0,0 @@
export interface AlterModel {
id?: number;
owner: string;
prefix: string;
name: string;
profile_pic_url: string;
}