Skip to content

Commit 5540253

Browse files
Removing redundant type
1 parent c8a8285 commit 5540253

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: types/index.d.ts

-4
Original file line numberDiff line numberDiff line change
@@ -634,10 +634,6 @@ export interface CommandsItemProps {
634634
description: string;
635635
}
636636

637-
export interface DateSeparatorProps {
638-
message: Client.MessageResponse;
639-
formatDate?(date: Date): string;
640-
}
641637
export interface FileAttachmentGroupProps {
642638
messageId: string;
643639
files: [];

0 commit comments

Comments
 (0)