UNPKG

@bnb-chain/greenfield-js-sdk

Version:
13 lines (12 loc) 323 B
import { ObjectMeta } from './Common'; export interface GetObjectMetaRequest { bucketName: string; objectName: string; endpoint: string; } export interface GetObjectMetaResponse { GfSpGetObjectMetaResponse: GfSPGetObjectMetaResponse; } export interface GfSPGetObjectMetaResponse { Object: ObjectMeta; }