Type alias Swr

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

    Type declaration

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

    Generated using TypeDoc and TypeDoc Airthium Plugin