Props

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

Properties

Properties

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