feat(phase5): calendar channels - events, RSVPs, calendar view
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { create } from 'zustand';
|
||||
import { api } from '../lib/api.ts';
|
||||
|
||||
export type ChannelType = 'text' | 'voice' | 'forum';
|
||||
export type ChannelType = 'text' | 'voice' | 'forum' | 'calendar';
|
||||
|
||||
export interface Channel {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user