Remix Utils - v9.0.0
    Preparing search index...
    interface User {
        password: string;
        username: string;
    }
    Index

    Properties

    Properties

    password: string

    The password value for the provided username to authenticate against.

    username: string

    The username of the user who is authenticating.