/** * @module dynamo-easy */ /** * Type for the table name resolver */ export type TableNameResolver = (tableName: string) => string; //# sourceMappingURL=table-name-resolver.type.d.ts.map