@cloud-copilot/iam-data
Version:
11 lines • 297 B
TypeScript
/**
* Get the version of the package
*/
export declare function iamDataVersion(): Promise<string>;
/**
* Get the date the data was last updated
*
* @returns the date the data was last updated
*/
export declare function iamDataUpdatedAt(): Promise<Date>;
//# sourceMappingURL=version.d.ts.map