Boatstack TypeScript SDK
    Preparing search index...

    Interface WorkAssetDefinition

    A repository asset resolved and fingerprinted by the trusted compiler.

    Flow source supplies only path. Compiled artifacts also contain the exact UTF-8 bytes and SHA-256 used by the runtime; live runs never reread a mutable instruction or schema file.

    interface WorkAssetDefinition {
        content?: string;
        path: string;
        sha256?: string;
    }
    Index
    content?: string
    path: string
    sha256?: string