Skip to main content

ContentType

Type Alias ContentType 

Source
pub type ContentType = String;
Available on crate feature courses only.
Expand description

Allowed values: video, assignment, quiz. Kept as String so new upstream values don’t break deserialization.

Aliased Type§

pub struct ContentType { /* private fields */ }