core-utils
    Preparing search index...
    interface TestAttachment {
        contentType: string;
        name: string;
        path?: string;
    }
    Index

    Properties

    contentType: string
    name: string
    path?: string