type AsyncStatus = 'idle'|'loading'|'success'|'error';

Leave a Reply

Your email address will not be published.