feat(enum): add upcloud and streamsb enum

This commit is contained in:
Jordaar 2023-06-16 14:41:30 +05:30
parent d198760f9c
commit 2db7e0bef8

View File

@ -4,6 +4,8 @@ export enum MWEmbedType {
M4UFREE = "m4ufree",
STREAMM4U = "streamm4u",
PLAYM4U = "playm4u",
UPCLOUD = "upcloud",
STREAMSB = "streamsb",
}
export type MWEmbed = {