Interface: WpCategoryCreate
Defined in: src/types/index.ts:1393
Payload for creating a WordPress category.
Properties
description?
optionaldescription?:string
Defined in: src/types/index.ts:1395
meta?
optionalmeta?:Record<string,unknown>
Defined in: src/types/index.ts:1398
name
name:
string
Defined in: src/types/index.ts:1394
parent?
optionalparent?:number
Defined in: src/types/index.ts:1397
slug?
optionalslug?:string
Defined in: src/types/index.ts:1396