Interface PlaceAskResponse

interface PlaceAskResponse {
    error: BitkubErrorCode;
    result: Result;
}

Properties

Properties

result: Result