@piiano/vault-client
Version:
Piiano Vault generated typescript client
27 lines • 671 B
TypeScript
import type { FunctionPrototype } from './FunctionPrototype';
/**
* the functions exported by the bundle.
*/
export type BundleExports = {
/**
* The list of validators.
*/
validators?: Array<FunctionPrototype>;
/**
* The list of normalizers.
*/
normalizers?: Array<FunctionPrototype>;
/**
* The list of transformers.
*/
transformers?: Array<FunctionPrototype>;
/**
* The list of actions.
*/
actions?: Array<FunctionPrototype>;
/**
* The list of format-preserving templates.
*/
format_preserving_templates?: Array<FunctionPrototype>;
};
//# sourceMappingURL=BundleExports.d.ts.map