fix: remove 'Smile' type from DevilFruitType definition
Build Docker Image / build (push) Has been cancelled
Build Docker Image / build (push) Has been cancelled
This commit is contained in:
@@ -3,7 +3,7 @@ import { user } from './auth.schema';
|
||||
import type { InferSelectModel } from 'drizzle-orm';
|
||||
|
||||
// Define devil fruit types
|
||||
export type DevilFruitType = 'Paramecia' | 'Zoan' | 'Logia' | 'Smile' | 'Unknown';
|
||||
export type DevilFruitType = 'Paramecia' | 'Zoan' | 'Logia' | 'Unknown';
|
||||
|
||||
export type Status = 'Alive' | 'Dead' | 'Unknown';
|
||||
export type FriendshipStatus = 'pending' | 'accepted' | 'declined';
|
||||
|
||||
Reference in New Issue
Block a user