interface ClientApiKey {
    id: string;
    secret: string;
}

Properties

Properties

id: string
secret: string