interface TestMethod {
    container?: string;
    name: string;
}

Properties

Properties

container?: string
name: string