interface IMediaConfig {
    "m.upload.size"?: number;
    [key: string]: any;
}

Indexable

  • [key: string]: any

Properties

Properties

"m.upload.size"?: number