Type Alias v1_BackendConfig

v1_BackendConfig: { configs?: { [key: string]: unknown }; type?: string }

Type declaration

  • Optionalconfigs?: { [key: string]: unknown }

    Configs contains config items of the backend, whose keys differ from different backend types.

  • Optionaltype?: string

    Type is the backend type, supports BackendTypeLocal, BackendTypeOss, BackendTypeS3.