fix: small translation typo

This commit is contained in:
Divlo
2021-12-28 18:27:03 +01:00
parent 78466ce0a1
commit 3f6ab4a0ea
2 changed files with 1 additions and 16 deletions

View File

@ -1,15 +0,0 @@
export interface ChannelType {
id: number
name: string
description: string
createdAt: string
updatedAt: string
}
export const channelExample: ChannelType = {
id: 4,
name: 'Channel 4',
description: '',
createdAt: '',
updatedAt: ''
}