@camunda8/sdk
    Preparing search index...

    Interface Resource

    interface Resource {
        content: Buffer;
        name: string;
    }
    Index

    Properties

    Properties

    content: Buffer

    the file content as a UTF8-encoded string

    name: string

    the resource name, e.g. myProcess.bpmn or myDecision.dmn