UNPKG

@lighthouse-web3/sdk

Version:

NPM package and CLI tool to interact with lighthouse protocol

8 lines (7 loc) 207 B
export type deleteFileResponseType = { data: { message: string; }; }; declare const _default: (authToken: string, fileId: string) => Promise<deleteFileResponseType>; export default _default;