EU Parliament Monitor — API Documentation - v0.9.24
    Preparing search index...

    Interface SDMXConcept

    interface SDMXConcept {
        id?: string;
        name?: string | Record<string, string>;
        coreRepresentation?: { enumeration?: string };
    }
    Index

    Properties

    id?: string
    name?: string | Record<string, string>
    coreRepresentation?: { enumeration?: string }