simplelogin-client
    Preparing search index...

    Interface AuthRegisterPost

    AuthRegisterPost

    interface AuthRegisterPost {
        email: string;
        password: string;
    }
    Index

    Properties

    Properties

    email: string

    AuthRegisterPost

    password: string

    AuthRegisterPost