// / import 'pinia'; declare module 'pinia' { // eslint-disable-next-line @typescript-eslint/no-unused-vars export interface DefineStoreOptionsBase { // allow defining a number of ms for any of the actions debounce?: Partial, number>> } }