@pulumi/azure-native
Version:
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [ • 901 B
TypeScript
export { GetLedgerArgs, GetLedgerResult, GetLedgerOutputArgs } from "./getLedger";
export declare const getLedger: typeof import("./getLedger").getLedger;
export declare const getLedgerOutput: typeof import("./getLedger").getLedgerOutput;
export { GetManagedCCFArgs, GetManagedCCFResult, GetManagedCCFOutputArgs } from "./getManagedCCF";
export declare const getManagedCCF: typeof import("./getManagedCCF").getManagedCCF;
export declare const getManagedCCFOutput: typeof import("./getManagedCCF").getManagedCCFOutput;
export { LedgerArgs } from "./ledger";
export type Ledger = import("./ledger").Ledger;
export declare const Ledger: typeof import("./ledger").Ledger;
export { ManagedCCFArgs } from "./managedCCF";
export type ManagedCCF = import("./managedCCF").ManagedCCF;
export declare const ManagedCCF: typeof import("./managedCCF").ManagedCCF;
export * from "../types/enums/confidentialledger";