Interface IProps

    Props

    interface IProps {
        plugin: Pick<HPCClientPlugin, "configuration" | "uuid" | "key">;
        swr: {
            delOnePlugin: ((plugin: Pick<HPCClientPlugin, "key">) => Promise<void>);
        };
    }

    Properties

    Properties

    plugin: Pick<HPCClientPlugin, "configuration" | "uuid" | "key">
    swr: {
        delOnePlugin: ((plugin: Pick<HPCClientPlugin, "key">) => Promise<void>);
    }

    Generated using TypeDoc and TypeDoc Airthium Plugin