videosphere
Preparing search index...
lib/repositories/drafts
CreateDraftInput
Interface CreateDraftInput
Defines the shape of create draft input.
interface
CreateDraftInput
{
userId
:
string
;
targets
:
ConnectedAccountPlatform
[]
;
title
:
string
;
description
:
string
;
tags
?:
string
[]
;
visibility
?:
PlatformUploadVisibility
;
platforms
?:
DraftPlatforms
;
backupNaming
?:
BackupFileNameSettings
;
thumbnailR2Key
?:
string
;
thumbnailContentType
?:
string
;
}
Index
Properties
user
Id
targets
title
description
tags?
visibility?
platforms?
backup
Naming?
thumbnail
R2
Key?
thumbnail
Content
Type?
Properties
user
Id
userId
:
string
targets
targets
:
ConnectedAccountPlatform
[]
title
title
:
string
description
description
:
string
Optional
tags
tags
?:
string
[]
Shared tags for all targets; default [].
Optional
visibility
visibility
?:
PlatformUploadVisibility
Optional
platforms
platforms
?:
DraftPlatforms
Optional
backup
Naming
backupNaming
?:
BackupFileNameSettings
Optional
thumbnail
R2
Key
thumbnailR2Key
?:
string
Optional
thumbnail
Content
Type
thumbnailContentType
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
user
Id
targets
title
description
tags
visibility
platforms
backup
Naming
thumbnail
R2
Key
thumbnail
Content
Type
videosphere
Loading...
Defines the shape of create draft input.