interface IProps {
    swr: Swr;
    user: User;
}

Properties

Properties

swr: Swr
user: User