interface ICreateApiKeyRequest {
    name: string;
    profile_id: string;
}

Properties

Properties

name: string
profile_id: string