Interface: WpMediaUpdate
Defined in: src/types/index.ts:1376
Payload for updating a WordPress media item.
Extends
Partial<WpMediaMeta>
Properties
alt_text?
optionalalt_text?:string
Defined in: src/types/index.ts:1368
Inherited from
caption?
optionalcaption?:string
Defined in: src/types/index.ts:1369
Inherited from
description?
optionaldescription?:string
Defined in: src/types/index.ts:1370
Inherited from
post?
optionalpost?:number
Defined in: src/types/index.ts:1371
Inherited from
slug?
optionalslug?:string
Defined in: src/types/index.ts:1372
Inherited from
status?
optionalstatus?:string
Defined in: src/types/index.ts:1377
title?
optionaltitle?:string
Defined in: src/types/index.ts:1367