UNPKG
nestjs-genai
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
Google Gen AI module for NestJS
github.com/marcin-stasiak/nestjs-genai
marcin-stasiak/nestjs-genai
nestjs-genai
/
dist
/
interfaces
/
module-options.interface.d.ts
3 lines
(2 loc)
•
105 B
TypeScript
View Raw
1
2
3
import
{
GoogleGenAIOptions
}
from
'@google/genai'
;
export
type
GenAIModuleOptions
=
GoogleGenAIOptions
;