UNPKG

@techmmunity/symbiosis

Version:

Symbiosis - The Ultimate OM For All Databases

9 lines (8 loc) 302 B
import type { IndexOptions } from "../../types/index-options"; interface GetIndexNameParams { name?: string; propertyName: string; nameOrOptions?: IndexOptions | string; } export declare const getIndexName: ({ name, nameOrOptions, propertyName, }: GetIndexNameParams) => string; export {};