16 lines
249 B
TypeScript
16 lines
249 B
TypeScript
export type {
|
|
admin,
|
|
maestro,
|
|
maestro_extension,
|
|
maestro_log,
|
|
maestro_upgrade,
|
|
player,
|
|
} from "@/lib/generated/prisma/client";
|
|
|
|
export type {
|
|
AccountType,
|
|
ActivateStatus,
|
|
PaidAccountType,
|
|
RequestStatus,
|
|
} from "@/lib/constants";
|