SimpleResponse

interface SimpleResponse {
    result: boolean;
}

Properties

Properties

result: boolean

SimpleResponse