MCPcopy
hub / github.com/faker-js/faker / ParameterOptionsInterfaceA

Interface ParameterOptionsInterfaceA

test/scripts/apidocs/method.example.ts:48–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 * Parameter options type with default from signature.
47 */
48export interface ParameterOptionsInterfaceA {
49 /**
50 * Options value.
51 */
52 value?: number;
53}
54
55/**
56 * Parameter options type with default from jsdocs.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected