@maschinenlesbar.org/hochwasserzentralen-cli
    Preparing search index...

    Interface CapBlock

    The CAP detail block attached per alert when cap=true is requested.

    interface CapBlock {
        identifier?: string;
        info?: CapInfo;
        msgType?: string;
        references?: string;
        scope?: string;
        sender?: string;
        sent?: string;
        status?: string;
    }
    Index
    identifier?: string
    info?: CapInfo
    msgType?: string
    references?: string
    scope?: string
    sender?: string
    sent?: string
    status?: string