e35fbdd86a
appstrings provide optimize checkbox on publish fix missing status no crash on web cleanup better settings ui add help and time estimate to publish transcoding messaging fix: Special SDK + fix config name fix: older SDK build fix app string, style tweak whoops, and looks better to me this way. bump SDK
7 lines
109 B
JavaScript
7 lines
109 B
JavaScript
declare type WebFile = {
|
|
name: string,
|
|
title?: string,
|
|
path: string,
|
|
size: string,
|
|
type: string,
|
|
}
|