Interface IProps

    Props

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

    Properties

    Properties

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

    Generated using TypeDoc and TypeDoc Airthium Plugin