Skip to content

Latest commit

 

History

History
91 lines (51 loc) · 1.18 KB

SharedKeyInput.md

File metadata and controls

91 lines (51 loc) · 1.18 KB

@zeldafan0225/ai_horde / Exports / SharedKeyInput

Interface: SharedKeyInput

Table of contents

Properties

Properties

expiry

Optional expiry: number

The amount of days after which this key will expire. If -1, this key will not expire

Default

-1

Example

30

Minimum

-1

Defined in

index.ts:2980


kudos

Optional kudos: number

The Kudos limit assigned to this key. If -1, then anyone with this key can use an unlimited amount of kudos from this account.

Default

5000

Minimum

1

Maximum

50000000

Defined in

index.ts:2973


name

Optional name: string

A descriptive name for this key

Example

Mutual Aid

Min Length

3

Max Length

255

Defined in

index.ts:2987