Type Alias ItemsResourceSizeResponseBody

type ItemsResourceSizeResponseBody = {
    appFile?: number;
    appMemory?: number;
}
Index

Properties

Properties

appFile?: number

Size of the app on disk in bytes.

appMemory?: number

Size of the app in memory in bytes.