Boatstack TypeScript SDK
    Preparing search index...

    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
    id: string
    max_bytes?: number
    media_type: string
    path: string
    required: boolean