interface ExternalApiKey {
    apiKey: string;
    id: string;
    title: string;
    type: string;
}

Properties

Properties

apiKey: string
id: string
title: string
type: string