UNPKG

@deep-foundation/deeplinks

Version:

[![npm](https://img.shields.io/npm/v/@deep-foundation/deeplinks.svg)](https://www.npmjs.com/package/@deep-foundation/deeplinks) [![Gitpod](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/deep-fo

14 lines (13 loc) 354 B
import { HasuraApi } from '@deep-foundation/hasura/api.js'; export declare const permissions: (api: HasuraApi, table: string | { name: string; schema: string; }, actions?: { role: string; select: any; insert: any; update: any; delete: any; columns?: string | string[]; computed_fields?: string[]; }) => Promise<void>;