postprocessing - v7.0.0-beta.16
    Preparing search index...

    Interface Identifiable

    Describes objects that can be identified by an ID.

    interface Identifiable {
        id: number;
    }

    Implemented by

    Index

    Properties

    Properties

    id: number

    An identifier.