interface PlaceResult {
    clientId?: string;
    ok: boolean;
    reason?: string;
    state?: ClientOrderState;
}

Properties

clientId?: string
ok: boolean
reason?: string