Interface IProps

    interface IProps {
        swr: Swr;
        workspace: Workspace;
    }

    Properties

    Properties

    swr: Swr
    workspace: Workspace

    Generated using TypeDoc and TypeDoc Airthium Plugin