UNPKG

209 BTypeScriptView Raw
1import type { OptionalArgument } from '../helpers';
2export type APITestArguments = OptionalArgument<{
3 /** @description Error response to return. */
4 error?: string;
5}>;
6//# sourceMappingURL=api.d.ts.map
\No newline at end of file