UNPKG

@telstra/core

Version:
6 lines (5 loc) 125 B
import { TBucket, TKey } from '../../../types/index.js'; export interface IGetParams { bucket: TBucket; key: TKey; }