@eagleoutice/flowr - v2.10.1
    Preparing search index...
    interface FileQueryInfo<T = object> {
        content: T;
        path: string;
        roles?: readonly FileRole[];
    }

    Type Parameters

    • T = object
    Index

    Properties

    Properties

    content: T
    path: string
    roles?: readonly FileRole[]