type TTildaResponse = {
    status: 'FOUND' | 'NOT_FOUND' | 'ERROR';
    result: any;
};
