File

projects/ngx-yii2-rest/src/lib/interfaces/auth-request.interface.ts

Index

Properties

Indexable

[x: string]: any

Properties

password
password: string
Type : string
username
username: string
Type : string
export interface AuthRequestInterface {
    username: string;
    password: string;
    [x: string]: any;
}

results matching ""

    No results matching ""