Type Alias TWSMessageButtonFindManyArgs<ExtArgs>

TWSMessageButtonFindManyArgs<ExtArgs>: {
    cursor?: TWSMessageButtonWhereUniqueInput;
    distinct?: Prisma.TWSMessageButtonScalarFieldEnum | Prisma.TWSMessageButtonScalarFieldEnum[];
    include?: TWSMessageButtonInclude<ExtArgs> | null;
    omit?: TWSMessageButtonOmit<ExtArgs> | null;
    orderBy?: TWSMessageButtonOrderByWithRelationInput | TWSMessageButtonOrderByWithRelationInput[];
    select?: TWSMessageButtonSelect<ExtArgs> | null;
    skip?: number;
    take?: number;
    where?: TWSMessageButtonWhereInput;
}

TWSMessageButton findMany

Type Parameters

Type declaration