Interface IProps

    Props

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

    Properties

    Properties

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

    Generated using TypeDoc and TypeDoc Airthium Plugin