Type Alias ContentMediaType<Value>

ContentMediaType<Value>: TagBase<{
    kind: "contentMediaType";
    schema: {
        contentMediaType: Value;
    };
    target: "string";
    value: undefined;
}>

Type Parameters

  • Value extends string