@piiano/vault-client
Version:
Piiano Vault generated typescript client
10 lines • 325 B
TypeScript
/**
* The list of dependencies of the function on the invocation context.
*/
export type Dependencies = {
/**
* The list of glob strings indicating which property values of the object should be provided in the "object" argument.
*/
properties?: Array<string>;
};
//# sourceMappingURL=Dependencies.d.ts.map