Interface ProxyMessageGetPrincipalResponse

interface ProxyMessageGetPrincipalResponse {
    id: number;
    type: GetPrincipalResponse;
    response: string;
}

Hierarchy (view full)

Properties

Properties

id: number
response: string