Interface JOrganizationExternalApiKey

interface JOrganizationExternalApiKey {
    apiKey: string;
    id: string;
    title: string;
    type: MAPBOX_ACCESS_TOKEN;
}

Properties

Properties

apiKey: string
id: string
title: string