@piiano/vault-client
Version:
Piiano Vault generated typescript client
12 lines • 385 B
TypeScript
import type { BundleExports } from './BundleExports';
import type { BundleName } from './BundleName';
import type { PartialBundle } from './PartialBundle';
export type Bundle = (PartialBundle & {
name: BundleName;
exports?: BundleExports;
/**
* The time when the bundle was created.
*/
readonly creation_time?: string;
});
//# sourceMappingURL=Bundle.d.ts.map