Skip to content

Commit

Permalink
chore: custom data type per query
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximvdw committed Jun 28, 2024
1 parent 9f32f24 commit acdf553
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/service/FindOptions.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
import { Serializable } from 'typedjson';

export interface FindOptions {
/**
* Overwrite the data type for this query
*/
dataType?: Serializable<any>;
/**
* Limit of records to retrieve
*/
Expand Down

0 comments on commit acdf553

Please sign in to comment.