mi-auth-client
Version:
Use to MI product authorization and authentication
8 lines (7 loc) • 325 B
TypeScript
declare const _default: {
init: () => Promise<void>;
nSQL: (table?: string | any[] | ((where?: any[] | ((row: {
[key: string]: any;
}, i?: number) => boolean)) => Promise<import("@nano-sql/core/lib/interfaces").TableQueryResult>)) => import("@nano-sql/core").InanoSQLInstance;
};
export default _default;