| 17 | } |
| 18 | |
| 19 | export interface IRandomIdiomOptions { |
| 20 | number?: number; // 生成数量 默认1 |
| 21 | query?: TIdiomInput; // 这个参数会直接调用cnchar.idiom 请参考cnchar-idiom文档 |
| 22 | } |
| 23 | |
| 24 | export interface IRandomXHYOptions { |
| 25 | number?: number; |
nothing calls this directly
no outgoing calls
no test coverage detected