Type alias CustomScope

CustomScope: {
    kind: "Guild";
} | {
    kind: "Plugin";
    pluginId: string;
}

Type declaration

  • kind: "Guild"

Type declaration

  • kind: "Plugin"
  • pluginId: string

Generated using TypeDoc