Boatstack TypeScript SDK
Repository
Preparing search index...
@operatorstack/boatstack
WorkArtifactDefinition
Interface WorkArtifactDefinition
Declares one bounded staged output of foreground work.
interface
WorkArtifactDefinition
{
id
:
string
;
max_bytes
?:
number
;
media_type
:
string
;
path
:
string
;
required
:
boolean
;
schema
?:
WorkAssetDefinition
;
}
Index
Properties
id
max_
bytes?
media_
type
path
required
schema?
Properties
id
id
:
string
Optional
max_
bytes
max_bytes
?:
number
media_
type
media_type
:
string
path
path
:
string
required
required
:
boolean
Optional
schema
schema
?:
WorkAssetDefinition
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
max_
bytes
media_
type
path
required
schema
Repository
Boatstack TypeScript SDK
Loading...
Declares one bounded staged output of foreground work.