Frodo Library - v4.0.0-10
    Preparing search index...

    Interface AmConfigEntityInterface

    interface AmConfigEntityInterface {
        _id?: string;
        _rev?: string;
        _type?: EntityType;
        [k: string]:
            | string
            | number
            | boolean
            | object
            | string[]
            | IdObjectSkeletonInterface;
    }

    Hierarchy (View Summary)

    Indexable

    Index

    Properties

    Properties

    _id?: string
    _rev?: string
    _type?: EntityType