Interface IProps

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

    Properties

    Properties

    swr: Swr
    user: User

    Generated using TypeDoc and TypeDoc Airthium Plugin