Type alias FinderOptions<TAttributes>

FinderOptions<TAttributes>: {
    attributes?: string[];
    where?: WhereOptions<TAttributes>;
}

Type Parameters

  • TAttributes

Type declaration

  • Optional attributes?: string[]
  • Optional where?: WhereOptions<TAttributes>

Generated using TypeDoc