Skip to content

Latest commit

 

History

History
65 lines (37 loc) · 1001 Bytes

TeamsGetResponse.md

File metadata and controls

65 lines (37 loc) · 1001 Bytes

@zeldafan0225/ai_horde / Exports / TeamsGetResponse

Interface: TeamsGetResponse

Table of contents

Properties

Properties

id

Optional id: string

The unique identifier for this team

Example

00000000-0000-0000-0000-000000000000

Defined in

index.ts:3186


is_private

Optional is_private: boolean

Whether this team is private or not

Example

false

Defined in

index.ts:3196


team_name

Optional team_name: string

The name of this team

Example

My Team

Defined in

index.ts:3191