UNPKG

@altostra/core

Version:

Core library for shared types and logic

5 lines (4 loc) 332 B
import type { CrossAccountInfo, DisplayCrossAccountInfo } from "../../../common/Models/IntegrationAccounts"; import type { Assertion } from '@altostra/type-validations'; export declare const awsAccountsValidator: Assertion<CrossAccountInfo[]>; export declare const awsDisplayAccountsValidator: Assertion<DisplayCrossAccountInfo[]>;