Interface JOrganizationExternalApiKey

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

Properties

Properties

apiKey: string
id: string
title: string