Interface IProps

    Props

    interface IProps {
        swr: {
            addOneOrganization: ((organization) => Promise<void>);
        };
    }

    Properties

    Properties

    swr: {
        addOneOrganization: ((organization) => Promise<void>);
    }

    Type declaration

    • addOneOrganization: ((organization) => Promise<void>)

    Generated using TypeDoc and TypeDoc Airthium Plugin