Interface IProps

    Props

    interface IProps {
        swr: {
            mutateUser: ((user) => Promise<void>);
        };
        user: ILocalUser;
    }

    Properties

    Properties

    swr: {
        mutateUser: ((user) => Promise<void>);
    }

    Type declaration

    • mutateUser: ((user) => Promise<void>)

    Generated using TypeDoc and TypeDoc Airthium Plugin