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

    Interface DocumentListItem

    A published document (Dokument) extracted from FOI responses.

    interface DocumentListItem {
        cover_image: string | null;
        description: string;
        file_size: number | null;
        file_url: string | null;
        foirequest: string | null;
        id: number;
        last_modified_at: string | null;
        listed: boolean;
        num_pages: number | null;
        pages_uri: string | null;
        pending: boolean;
        properties: JsonValue;
        public: boolean;
        publicbody: string | null;
        published_at: string | null;
        resource_uri: string;
        site_url: string;
        slug: string;
        title: string;
        uid: string;
    }
    Index
    cover_image: string | null
    description: string
    file_size: number | null
    file_url: string | null
    foirequest: string | null

    Hyperlink to the source request, or null.

    id: number
    last_modified_at: string | null
    listed: boolean
    num_pages: number | null
    pages_uri: string | null
    pending: boolean
    properties: JsonValue
    public: boolean
    publicbody: string | null
    published_at: string | null
    resource_uri: string
    site_url: string
    slug: string
    title: string
    uid: string