UNPKG

cozy-dataproxy-lib

Version:

Library meant to be by Cozy Cloud's DataProxy apps for data manipulation

3 lines (2 loc) 118 B
import { IOCozyApp } from 'cozy-client/types/types'; export declare const shouldKeepApp: (app: IOCozyApp) => boolean;