@neezy-inc/sdk
Preparing search index...
types/anuncio.type
AdCreateData
Interface AdCreateData
interface
AdCreateData
{
description
:
string
;
medias
?:
MediaInput
[]
;
name
:
string
;
placements
?:
PlacementInput
[]
;
price
:
number
;
type
:
AnuncioTipo
;
}
Index
Properties
description
medias?
name
placements?
price
type
Properties
description
description
:
string
Optional
medias
medias
?:
MediaInput
[]
name
name
:
string
Optional
placements
placements
?:
PlacementInput
[]
price
price
:
number
type
type
:
AnuncioTipo
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
medias
name
placements
price
type
@neezy-inc/sdk
Loading...