ask-and-trust - v1.1.0
    Preparing search index...

    Type Alias AuthContextProps

    type AuthContextProps = {
        isLoading: boolean;
        logout: () => void;
        refetchUser: () => void;
        user: User | null;
    }
    Index

    Properties

    isLoading: boolean
    logout: () => void
    refetchUser: () => void
    user: User | null