@nextcloud/timezones
    Preparing search index...

    Interface ITimezone

    SPDX-FileCopyrightText: 2021-2024 Nextcloud GmbH and Nextcloud contributors SPDX-License-Identifier: AGPL-3.0-or-later

    interface ITimezone {
        continent: string;
        label: string;
        timezoneId: string;
    }
    Index

    Properties

    continent: string
    label: string
    timezoneId: string