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

    Represents a column in a data table.

    interface Column {
        id: string;
        name: string;
    }
    Index

    Properties

    Properties

    id: string
    name: string