ledfx
Preparing search index...
DeleteCacheApiResponse
Interface DeleteCacheApiResponse
Response for DELETE /api/cache/images.
interface
DeleteCacheApiResponse
{
data
?:
{
cleared_count
?:
number
;
freed_bytes
?:
number
}
;
payload
?:
{
reason
:
string
;
type
:
"error"
|
"success"
|
"warning"
}
;
status
:
"success"
|
"failed"
;
}
Index
Properties
data?
payload?
status
Properties
Optional
data
data
?:
{
cleared_count
?:
number
;
freed_bytes
?:
number
}
Optional
payload
payload
?:
{
reason
:
string
;
type
:
"error"
|
"success"
|
"warning"
}
status
status
:
"success"
|
"failed"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
payload
status
ledfx
Loading...
Response for DELETE /api/cache/images.