Auth Check For Decks
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
export interface DeleteDeckCommand {
|
||||
userid: string;
|
||||
authLevel: number;
|
||||
id: string;
|
||||
soft?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user