Type Alias KSGiftedSubRoleFindManyArgs<ExtArgs>

KSGiftedSubRoleFindManyArgs<ExtArgs>: {
    cursor?: KSGiftedSubRoleWhereUniqueInput;
    distinct?: Prisma.KSGiftedSubRoleScalarFieldEnum | Prisma.KSGiftedSubRoleScalarFieldEnum[];
    include?: KSGiftedSubRoleInclude<ExtArgs> | null;
    omit?: KSGiftedSubRoleOmit<ExtArgs> | null;
    orderBy?: KSGiftedSubRoleOrderByWithRelationInput | KSGiftedSubRoleOrderByWithRelationInput[];
    select?: KSGiftedSubRoleSelect<ExtArgs> | null;
    skip?: number;
    take?: number;
    where?: KSGiftedSubRoleWhereInput;
}

KSGiftedSubRole findMany

Type Parameters

Type declaration