@promptbook/remote-client
Version:
It's time for a paradigm shift. The future of software in plain English, French or Latin
28 lines (27 loc) • 581 B
TypeScript
import type { string_parameter_name } from '../../types/typeAliases';
import type { TODO_string } from '../../utils/organization/TODO_string';
/**
* @@@
*/
export type ForeachJson = {
/**
* @@@
*/
readonly formatName: TODO_string;
/**
* @@@
*/
readonly subformatName: TODO_string;
/**
* @@@
*/
readonly parameterName: string_parameter_name;
/**
* @@@
*/
readonly inputSubparameterNames: Array<string_parameter_name>;
/**
* @@@
*/
readonly outputSubparameterName: string_parameter_name;
};