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

    Interface GetMeetingDecisionsOptions

    Options for getMeetingDecisions

    interface GetMeetingDecisionsOptions {
        sittingId: string;
        limit?: number;
        offset?: number;
    }
    Index

    Properties

    sittingId: string
    limit?: number
    offset?: number