UNPKG

@altostra/core

Version:

Core library for shared types and logic

8 lines (7 loc) 458 B
import type { EC2CopyImagePolicy } from "./EC2CopyImagePolicy"; import type { EC2DescribePolicy } from "./EC2DescribePolicy"; export * from "./EC2CopyImagePolicy"; export * from "./EC2DescribePolicy"; export declare type EC2PolicyTemplate = EC2CopyImagePolicy | EC2DescribePolicy; export declare type EC2PolicyTemplateKeys = keyof EC2CopyImagePolicy | keyof EC2DescribePolicy; export declare const EC2PolicyTemplateKeys: Record<EC2PolicyTemplateKeys, true>;