Bearbeiten

Share via


ExtensionDraft interface

Properties

assets
createdDate
draftState
extensionName
id
lastUpdated
payload
product
publisherName
validationErrors
validationWarnings

Property Details

assets

assets: ExtensionDraftAsset[]

Property Value

createdDate

createdDate: Date

Property Value

Date

draftState

draftState: DraftStateType

Property Value

extensionName

extensionName: string

Property Value

string

id

id: string

Property Value

string

lastUpdated

lastUpdated: Date

Property Value

Date

payload

payload: ExtensionPayload

Property Value

product

product: string

Property Value

string

publisherName

publisherName: string

Property Value

string

validationErrors

validationErrors: { key: string, value: string }[]

Property Value

{ key: string, value: string }[]

validationWarnings

validationWarnings: { key: string, value: string }[]

Property Value

{ key: string, value: string }[]