cringe sfx

This commit is contained in:
2026-04-12 22:35:47 +06:00
parent 7b2cfb4b56
commit 92f7bae50d
15 changed files with 700 additions and 597 deletions

View File

@@ -7,7 +7,7 @@ export const channelPublicSelect = {
owner_id: true,
persistent: true,
maxClients: true,
} satisfies Prisma.ChannelSelect
} as Prisma.ChannelSelect
export type ChannelPublicDTO = Prisma.ChannelGetPayload<{
select: typeof channelPublicSelect