Type Alias WhatnotStreamerFindFirstOrThrowArgs<ExtArgs>

WhatnotStreamerFindFirstOrThrowArgs<ExtArgs>: {
    cursor?: WhatnotStreamerWhereUniqueInput;
    distinct?: Prisma.WhatnotStreamerScalarFieldEnum | Prisma.WhatnotStreamerScalarFieldEnum[];
    include?: WhatnotStreamerInclude<ExtArgs> | null;
    omit?: WhatnotStreamerOmit<ExtArgs> | null;
    orderBy?: WhatnotStreamerOrderByWithRelationInput | WhatnotStreamerOrderByWithRelationInput[];
    select?: WhatnotStreamerSelect<ExtArgs> | null;
    skip?: number;
    take?: number;
    where?: WhatnotStreamerWhereInput;
}

WhatnotStreamer findFirstOrThrow

Type Parameters

Type declaration