Interface IProps

    Props

    interface IProps {
        swr: {
            addOneWorkspace: ((workspace) => Promise<void>);
        };
    }

    Properties

    Properties

    swr: {
        addOneWorkspace: ((workspace) => Promise<void>);
    }

    Type declaration

    • addOneWorkspace: ((workspace) => Promise<void>)

    Generated using TypeDoc and TypeDoc Airthium Plugin