feat(phase5): docs channels - CRUD, wiki sidebar, markdown editor
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' | 'calendar';
|
||||
export type ChannelType = 'text' | 'voice' | 'forum' | 'calendar' | 'docs';
|
||||
|
||||
export interface Channel {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user