Type Alias TWSEmbedFieldFindUniqueOrThrowArgs<ExtArgs>

TWSEmbedFieldFindUniqueOrThrowArgs<ExtArgs>: {
    include?: TWSEmbedFieldInclude<ExtArgs> | null;
    omit?: TWSEmbedFieldOmit<ExtArgs> | null;
    select?: TWSEmbedFieldSelect<ExtArgs> | null;
    where: TWSEmbedFieldWhereUniqueInput;
}

TWSEmbedField findUniqueOrThrow

Type Parameters

Type declaration