MCPcopy
hub / github.com/theajack/cnchar / IRandomIdiomOptions

Interface IRandomIdiomOptions

src/cnchar-types/plugin/random/index.d.ts:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected