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) 465 B
export declare const RL_TABLE_NAME = "reserved"; export declare const upTable: ({ SCHEMA, RL_TABLE, DATE_TYPE, customColumns }?: { SCHEMA?: string; RL_TABLE?: string; DATE_TYPE?: string; customColumns?: string; }) => Promise<void>; export declare const downTable: ({ SCHEMA, RL_TABLE }?: { SCHEMA?: string; RL_TABLE?: string; }) => Promise<void>; export declare const up: () => Promise<void>; export declare const down: () => Promise<void>;