interface IUpdateApiKeyRequest {
    name?: string;
    profile_id?: string;
}

Properties

Properties

name?: string
profile_id?: string