Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GatewaysOptions

Hierarchy

  • {}
    • GatewaysOptions

Index

Properties

Optional clientStorage

clientStorage: undefined | { schema: (schema: Schema) => Schema }

The options for clientStorage's gateway

default

{}

Optional guilds

guilds: undefined | { schema: (schema: Schema) => Schema }

The options for guilds' gateway

default

{}

Optional users

users: undefined | { schema: (schema: Schema) => Schema }

The options for users' gateway

default

{}

Generated using TypeDoc