📦 chore: Update data-schemas to 0.0.21 and update IUser plugins type

This commit is contained in:
Danny Avila 2025-08-30 23:20:22 -04:00
parent 460eac36f6
commit 47aa90df1d
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956
3 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ export interface IUser extends Document {
githubId?: string;
discordId?: string;
appleId?: string;
plugins?: unknown[];
plugins?: string[];
twoFactorEnabled?: boolean;
totpSecret?: string;
backupCodes?: Array<{