interface SDKTest {
    description?: string;
    name: string;
    title: string;
}

Properties

description?: string
name: string
title: string