Props

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

Properties

Properties

swr: { clearUser: () => Promise<void> }