Tanatloc documentation
    Preparing search index...

    Props

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

    Properties

    Properties

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