UNPKG
nestjs-minio-client2
Version:
latest (2.2.2)
2.2.2
2.2.1
Minio module for NestJS framework
rettechnologys/nestjs-minio-client
nestjs-minio-client2
/
dist
/
utils
/
minio.interface.d.ts
7 lines
(6 loc)
•
192 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
*
as
Minio
from
'minio'
;
export
interface
ExtraConfiguration
{
isGlobal
?:
boolean
; }
export
type
MinioClient
=
Minio
.
Client
;
export
type
MinioCopyConditions
=
Minio
.
CopyConditions
;