Type Alias RSCustomMessageCreateManyRumbleStreamerInput

RSCustomMessageCreateManyRumbleStreamerInput: {
    content?: string | null;
    dbId?: string;
    type: StreamerMessageTypeEnum;
}