Type Alias TTSEmbedFieldDefaultArgs<ExtArgs>

TTSEmbedFieldDefaultArgs<ExtArgs>: {
    include?: TTSEmbedFieldInclude<ExtArgs> | null;
    omit?: TTSEmbedFieldOmit<ExtArgs> | null;
    select?: TTSEmbedFieldSelect<ExtArgs> | null;
}

TTSEmbedField without action

Type Parameters

Type declaration