@geogirafe/lib-geoportal
    Preparing search index...

    Type Alias InfoBoxContent

    type InfoBoxContent = {
        id: string;
        text: string;
        type: "info" | "warning" | "error";
    }
    Index

    Properties

    Properties

    id: string
    text: string
    type: "info" | "warning" | "error"