Represents a data model on Guilded.

Example

new Base(client, id);

Type Parameters

  • Id = string

Hierarchy

Constructors

Properties

Constructors

  • Type Parameters

    • Id = string

    Parameters

    • client: Client

      The client the data model belongs to.

    • id: Id

      The ID of the structure.

    Returns Base<Id>

Properties

client: Client
id: Id