Type Alias GuildClipForwardGuildIdPlatformStreamerUserNameCompoundUniqueInput

GuildClipForwardGuildIdPlatformStreamerUserNameCompoundUniqueInput: {
    guildId: string;
    platform: PlatformEnum;
    streamerUserName: string;
}