跳到主要内容
版本:Next

@midwayjs/oss

Index

Type Aliases

OSSServiceFactoryCreateClientConfigType

OSSServiceFactoryCreateClientConfigType: XOR<XOR<MWOSSOptions, MWOSSClusterOptions>, MWOSSSTSOptions>

OSSServiceFactoryReturnType

OSSServiceFactoryReturnType: XOR<XOR<OSS, OSS.STS>, OSS.ClusterClient>

Without

Without<T, U>: { [ P in Exclude<keyof T, keyof U> ]?: never }

Type parameters

  • T
  • U

XOR

XOR<T, U>: (Without<T, U> & U) | (Without<U, T> & T)

Type parameters

  • T
  • U