Interface IProps

    Props

    interface IProps {
        swr: {
            delOneWorkspace: ((workspace) => Promise<void>);
        };
        workspace: Pick<IFrontWorkspacesItem, "id">;
    }

    Properties

    Properties

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

    Type declaration

    • delOneWorkspace: ((workspace) => Promise<void>)
    workspace: Pick<IFrontWorkspacesItem, "id">

    Generated using TypeDoc and TypeDoc Airthium Plugin