Backstage
    Preparing search index...
    interface SerializedFile {
        content: Buffer;
        executable?: boolean;
        path: string;
        symlink?: boolean;
    }
    Index

    Properties

    content: Buffer
    executable?: boolean
    path: string
    symlink?: boolean