useresponse
    Preparing search index...

    Interface LoginData

    interface LoginData {
        password: string;
        username: string;
    }
    Index

    Properties

    Properties

    password: string
    username: string