跳到主要内容

UserConfigInput

@0xlimao/traduora-cli


@0xlimao/traduora-cli / UserConfigInput

Interface: UserConfigInput

Defined in: types.ts:31

Properties

baseUrl?

optional baseUrl: string

Defined in: types.ts:32


accessToken?

optional accessToken: string

Defined in: types.ts:33


defaultHeaders?

optional defaultHeaders: Record<string, string>

Defined in: types.ts:34


auth?

optional auth: Partial<AuthConfig> & object

Defined in: types.ts:35

Type Declaration

grant_type?

optional grant_type: GrantType

client_id?

optional client_id: string

client_secret?

optional client_secret: string


grantType?

optional grantType: GrantType

Defined in: types.ts:40


grant_type?

optional grant_type: GrantType

Defined in: types.ts:41


clientId?

optional clientId: string

Defined in: types.ts:42


client_id?

optional client_id: string

Defined in: types.ts:43


clientSecret?

optional clientSecret: string

Defined in: types.ts:44


client_secret?

optional client_secret: string

Defined in: types.ts:45


username?

optional username: string

Defined in: types.ts:46


password?

optional password: string

Defined in: types.ts:47