Skip to main content
Version: 3.5

[[ImportedInterface]] 由JSON生成接口

1. 结构声明

abstract class ImportedInterface extends AbstractInterface {
exampleMap: Map<'responseBody' | 'requestBody', string>;
}