Skip to main content
Version: 3.7

[[ImportedInterface]] 由JSON生成接口

1. 结构声明

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