@health-samurai/aidbox-client
    Preparing search index...

    Interface Period

    interface Period {
        id?: string;
        _id?: Element;
        end?: string;
        _end?: Element;
        start?: string;
        _start?: Element;
    }

    Hierarchy (View Summary)

    Index

    Properties

    id?: string
    _id?: Element
    end?: string
    _end?: Element
    start?: string
    _start?: Element