Extend create reminder
This commit is contained in:
@ -48,7 +48,7 @@ export type Reminder = {
|
||||
utc_time: DateTime;
|
||||
};
|
||||
|
||||
type ChannelInfo = {
|
||||
export type ChannelInfo = {
|
||||
id: string;
|
||||
name: string;
|
||||
};
|
||||
|
Reference in New Issue
Block a user