chatsTableRelations
Variable: chatsTableRelations
constchatsTableRelations:Relations<"chats", {chatMembershipsWhereChat:Many<"chat_memberships">;chatMessagesWhereChat:Many<"chat_messages">;creator:One<"users",false>;organization:One<"organizations",true>;updater:One<"users",false>; }>
Defined in: src/drizzle/tables/chats.ts:91