ogs-plugin-sdk
    Preparing search index...

    Type Alias Club

    type Club = {
        id: string;
        name: string;
        distance: number;
    }
    Index

    Properties

    Properties

    id: string

    The unique ID for this club

    name: string

    The display name for this club

    distance: number

    Distance set for this club in meters