UNPKG

202 BTypeScriptView Raw
1import { Plasma as CorePlasma } from "@fusion.io/core";
2import { Authenticator } from "./Authenticator";
3export default class Plasma extends CorePlasma {
4 boot(authenticator: Authenticator): void;
5}