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

    Interface FoiLawListItem

    An FOI law (IFG, UIG, VIG, a state transparency act, or a local statute).

    interface FoiLawListItem {
        combined: JsonValue;
        created: string | null;
        description: string;
        email_only: boolean;
        id: number;
        jurisdiction: string;
        last_modified_at: string | null;
        law_type: string;
        legal_text: string;
        letter_end: string;
        letter_start: string;
        long_description: string;
        max_response_time: number | null;
        max_response_time_unit: string;
        mediator: string | null;
        meta: boolean;
        name: string;
        priority: number;
        refusal_reasons: JsonValue;
        request_note: string;
        request_note_html: string;
        requires_signature: boolean;
        resource_uri: string;
        site_url: string;
        slug: string;
        url: string;
    }
    Index
    combined: JsonValue

    Hyperlinks to the laws a meta-law combines.

    created: string | null
    description: string
    email_only: boolean
    id: number
    jurisdiction: string

    Hyperlink to the jurisdiction resource.

    last_modified_at: string | null
    law_type: string
    legal_text: string
    letter_end: string
    letter_start: string
    long_description: string
    max_response_time: number | null
    max_response_time_unit: string
    mediator: string | null
    meta: boolean
    name: string
    priority: number
    refusal_reasons: JsonValue
    request_note: string
    request_note_html: string
    requires_signature: boolean
    resource_uri: string
    site_url: string
    slug: string
    url: string