UNPKG

@xsprtd/nuxt-api

Version:

Nuxt API Authentication and Http Client

7 lines (6 loc) 159 B
import type { Ref } from 'vue'; export interface Processing { processing: Ref<boolean>; startProcessing: () => void; stopProcessing: () => void; }