Type Alias WSCustomMessageCreateManyWhatnotStreamerInputEnvelope

WSCustomMessageCreateManyWhatnotStreamerInputEnvelope: {
    data: WSCustomMessageCreateManyWhatnotStreamerInput | WSCustomMessageCreateManyWhatnotStreamerInput[];
    skipDuplicates?: boolean;
}