File

src/lib/core/log-in-request.ts

Index

Properties

Properties

domain
domain: string
Type : string
password
password: string
Type : string
service
service: string
Type : string
username
username: string
Type : string
export interface LogInRequest {
    service: string;
    domain: string;
    username: string;
    password: string;
}

results matching ""

    No results matching ""