EU Parliament Monitor - API Documentation - v0.5.0
    Preparing search index...

    Interface LegislativeProcedure

    Legislative pipeline procedure

    interface LegislativeProcedure {
        id?: string;
        title: string;
        stage?: string;
        committee?: string;
        status?: string;
        bottleneck?: boolean;
    }
    Index

    Properties

    id?: string
    title: string
    stage?: string
    committee?: string
    status?: string
    bottleneck?: boolean