@rshaker/communicator
    Preparing search index...

    Interface EntryProps

    interface EntryProps {
        created?: number;
        data: any;
        id?: number;
        modified?: number;
        uuid?: string;
    }
    Index

    Properties

    created?: number
    data: any
    id?: number
    modified?: number
    uuid?: string