data-cap
    Preparing search index...

    Interface GenerateFlowFile

    One file within the generated flow artifact set.

    interface GenerateFlowFile {
        content: string;
        path: string;
    }
    Index
    content: string

    The file's full rendered content.

    path: string

    Absolute output path.