UNPKG

@altostra/core

Version:

Core library for shared types and logic

5 lines (4 loc) 100 B
import type { Bucket } from "./common"; export interface S3ReadPolicy { S3ReadPolicy: Bucket; }