
/* !!! This is code generated by Prisma. Do not edit directly. !!! */
/* eslint-disable */
// biome-ignore-all lint: generated file
// @ts-nocheck 
/*
 * This file exports the `cms_why_rkda` model and its related types.
 *
 * 🟢 You can import this file directly.
 */
import type * as runtime from "@prisma/client/runtime/library"
import type * as $Enums from "../enums"
import type * as Prisma from "../internal/prismaNamespace"

/**
 * Model cms_why_rkda
 * 
 */
export type cms_why_rkdaModel = runtime.Types.Result.DefaultSelection<Prisma.$cms_why_rkdaPayload>

export type AggregateCms_why_rkda = {
  _count: Cms_why_rkdaCountAggregateOutputType | null
  _avg: Cms_why_rkdaAvgAggregateOutputType | null
  _sum: Cms_why_rkdaSumAggregateOutputType | null
  _min: Cms_why_rkdaMinAggregateOutputType | null
  _max: Cms_why_rkdaMaxAggregateOutputType | null
}

export type Cms_why_rkdaAvgAggregateOutputType = {
  id: number | null
  sort_order: number | null
}

export type Cms_why_rkdaSumAggregateOutputType = {
  id: bigint | null
  sort_order: number | null
}

export type Cms_why_rkdaMinAggregateOutputType = {
  id: bigint | null
  title: string | null
  description: string | null
  icon: string | null
  sort_order: number | null
  status: boolean | null
  created_at: Date | null
  updated_at: Date | null
}

export type Cms_why_rkdaMaxAggregateOutputType = {
  id: bigint | null
  title: string | null
  description: string | null
  icon: string | null
  sort_order: number | null
  status: boolean | null
  created_at: Date | null
  updated_at: Date | null
}

export type Cms_why_rkdaCountAggregateOutputType = {
  id: number
  title: number
  description: number
  icon: number
  sort_order: number
  status: number
  created_at: number
  updated_at: number
  _all: number
}


export type Cms_why_rkdaAvgAggregateInputType = {
  id?: true
  sort_order?: true
}

export type Cms_why_rkdaSumAggregateInputType = {
  id?: true
  sort_order?: true
}

export type Cms_why_rkdaMinAggregateInputType = {
  id?: true
  title?: true
  description?: true
  icon?: true
  sort_order?: true
  status?: true
  created_at?: true
  updated_at?: true
}

export type Cms_why_rkdaMaxAggregateInputType = {
  id?: true
  title?: true
  description?: true
  icon?: true
  sort_order?: true
  status?: true
  created_at?: true
  updated_at?: true
}

export type Cms_why_rkdaCountAggregateInputType = {
  id?: true
  title?: true
  description?: true
  icon?: true
  sort_order?: true
  status?: true
  created_at?: true
  updated_at?: true
  _all?: true
}

export type Cms_why_rkdaAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
  /**
   * Filter which cms_why_rkda to aggregate.
   */
  where?: Prisma.cms_why_rkdaWhereInput
  /**
   * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
   * 
   * Determine the order of cms_why_rkdas to fetch.
   */
  orderBy?: Prisma.cms_why_rkdaOrderByWithRelationInput | Prisma.cms_why_rkdaOrderByWithRelationInput[]
  /**
   * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
   * 
   * Sets the start position
   */
  cursor?: Prisma.cms_why_rkdaWhereUniqueInput
  /**
   * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
   * 
   * Take `±n` cms_why_rkdas from the position of the cursor.
   */
  take?: number
  /**
   * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
   * 
   * Skip the first `n` cms_why_rkdas.
   */
  skip?: number
  /**
   * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
   * 
   * Count returned cms_why_rkdas
  **/
  _count?: true | Cms_why_rkdaCountAggregateInputType
  /**
   * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
   * 
   * Select which fields to average
  **/
  _avg?: Cms_why_rkdaAvgAggregateInputType
  /**
   * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
   * 
   * Select which fields to sum
  **/
  _sum?: Cms_why_rkdaSumAggregateInputType
  /**
   * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
   * 
   * Select which fields to find the minimum value
  **/
  _min?: Cms_why_rkdaMinAggregateInputType
  /**
   * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
   * 
   * Select which fields to find the maximum value
  **/
  _max?: Cms_why_rkdaMaxAggregateInputType
}

export type GetCms_why_rkdaAggregateType<T extends Cms_why_rkdaAggregateArgs> = {
      [P in keyof T & keyof AggregateCms_why_rkda]: P extends '_count' | 'count'
    ? T[P] extends true
      ? number
      : Prisma.GetScalarType<T[P], AggregateCms_why_rkda[P]>
    : Prisma.GetScalarType<T[P], AggregateCms_why_rkda[P]>
}




export type cms_why_rkdaGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
  where?: Prisma.cms_why_rkdaWhereInput
  orderBy?: Prisma.cms_why_rkdaOrderByWithAggregationInput | Prisma.cms_why_rkdaOrderByWithAggregationInput[]
  by: Prisma.Cms_why_rkdaScalarFieldEnum[] | Prisma.Cms_why_rkdaScalarFieldEnum
  having?: Prisma.cms_why_rkdaScalarWhereWithAggregatesInput
  take?: number
  skip?: number
  _count?: Cms_why_rkdaCountAggregateInputType | true
  _avg?: Cms_why_rkdaAvgAggregateInputType
  _sum?: Cms_why_rkdaSumAggregateInputType
  _min?: Cms_why_rkdaMinAggregateInputType
  _max?: Cms_why_rkdaMaxAggregateInputType
}

export type Cms_why_rkdaGroupByOutputType = {
  id: bigint
  title: string
  description: string | null
  icon: string | null
  sort_order: number | null
  status: boolean | null
  created_at: Date | null
  updated_at: Date | null
  _count: Cms_why_rkdaCountAggregateOutputType | null
  _avg: Cms_why_rkdaAvgAggregateOutputType | null
  _sum: Cms_why_rkdaSumAggregateOutputType | null
  _min: Cms_why_rkdaMinAggregateOutputType | null
  _max: Cms_why_rkdaMaxAggregateOutputType | null
}

type GetCms_why_rkdaGroupByPayload<T extends cms_why_rkdaGroupByArgs> = Prisma.PrismaPromise<
  Array<
    Prisma.PickEnumerable<Cms_why_rkdaGroupByOutputType, T['by']> &
      {
        [P in ((keyof T) & (keyof Cms_why_rkdaGroupByOutputType))]: P extends '_count'
          ? T[P] extends boolean
            ? number
            : Prisma.GetScalarType<T[P], Cms_why_rkdaGroupByOutputType[P]>
          : Prisma.GetScalarType<T[P], Cms_why_rkdaGroupByOutputType[P]>
      }
    >
  >



export type cms_why_rkdaWhereInput = {
  AND?: Prisma.cms_why_rkdaWhereInput | Prisma.cms_why_rkdaWhereInput[]
  OR?: Prisma.cms_why_rkdaWhereInput[]
  NOT?: Prisma.cms_why_rkdaWhereInput | Prisma.cms_why_rkdaWhereInput[]
  id?: Prisma.BigIntFilter<"cms_why_rkda"> | bigint | number
  title?: Prisma.StringFilter<"cms_why_rkda"> | string
  description?: Prisma.StringNullableFilter<"cms_why_rkda"> | string | null
  icon?: Prisma.StringNullableFilter<"cms_why_rkda"> | string | null
  sort_order?: Prisma.IntNullableFilter<"cms_why_rkda"> | number | null
  status?: Prisma.BoolNullableFilter<"cms_why_rkda"> | boolean | null
  created_at?: Prisma.DateTimeNullableFilter<"cms_why_rkda"> | Date | string | null
  updated_at?: Prisma.DateTimeNullableFilter<"cms_why_rkda"> | Date | string | null
}

export type cms_why_rkdaOrderByWithRelationInput = {
  id?: Prisma.SortOrder
  title?: Prisma.SortOrder
  description?: Prisma.SortOrderInput | Prisma.SortOrder
  icon?: Prisma.SortOrderInput | Prisma.SortOrder
  sort_order?: Prisma.SortOrderInput | Prisma.SortOrder
  status?: Prisma.SortOrderInput | Prisma.SortOrder
  created_at?: Prisma.SortOrderInput | Prisma.SortOrder
  updated_at?: Prisma.SortOrderInput | Prisma.SortOrder
}

export type cms_why_rkdaWhereUniqueInput = Prisma.AtLeast<{
  id?: bigint | number
  AND?: Prisma.cms_why_rkdaWhereInput | Prisma.cms_why_rkdaWhereInput[]
  OR?: Prisma.cms_why_rkdaWhereInput[]
  NOT?: Prisma.cms_why_rkdaWhereInput | Prisma.cms_why_rkdaWhereInput[]
  title?: Prisma.StringFilter<"cms_why_rkda"> | string
  description?: Prisma.StringNullableFilter<"cms_why_rkda"> | string | null
  icon?: Prisma.StringNullableFilter<"cms_why_rkda"> | string | null
  sort_order?: Prisma.IntNullableFilter<"cms_why_rkda"> | number | null
  status?: Prisma.BoolNullableFilter<"cms_why_rkda"> | boolean | null
  created_at?: Prisma.DateTimeNullableFilter<"cms_why_rkda"> | Date | string | null
  updated_at?: Prisma.DateTimeNullableFilter<"cms_why_rkda"> | Date | string | null
}, "id">

export type cms_why_rkdaOrderByWithAggregationInput = {
  id?: Prisma.SortOrder
  title?: Prisma.SortOrder
  description?: Prisma.SortOrderInput | Prisma.SortOrder
  icon?: Prisma.SortOrderInput | Prisma.SortOrder
  sort_order?: Prisma.SortOrderInput | Prisma.SortOrder
  status?: Prisma.SortOrderInput | Prisma.SortOrder
  created_at?: Prisma.SortOrderInput | Prisma.SortOrder
  updated_at?: Prisma.SortOrderInput | Prisma.SortOrder
  _count?: Prisma.cms_why_rkdaCountOrderByAggregateInput
  _avg?: Prisma.cms_why_rkdaAvgOrderByAggregateInput
  _max?: Prisma.cms_why_rkdaMaxOrderByAggregateInput
  _min?: Prisma.cms_why_rkdaMinOrderByAggregateInput
  _sum?: Prisma.cms_why_rkdaSumOrderByAggregateInput
}

export type cms_why_rkdaScalarWhereWithAggregatesInput = {
  AND?: Prisma.cms_why_rkdaScalarWhereWithAggregatesInput | Prisma.cms_why_rkdaScalarWhereWithAggregatesInput[]
  OR?: Prisma.cms_why_rkdaScalarWhereWithAggregatesInput[]
  NOT?: Prisma.cms_why_rkdaScalarWhereWithAggregatesInput | Prisma.cms_why_rkdaScalarWhereWithAggregatesInput[]
  id?: Prisma.BigIntWithAggregatesFilter<"cms_why_rkda"> | bigint | number
  title?: Prisma.StringWithAggregatesFilter<"cms_why_rkda"> | string
  description?: Prisma.StringNullableWithAggregatesFilter<"cms_why_rkda"> | string | null
  icon?: Prisma.StringNullableWithAggregatesFilter<"cms_why_rkda"> | string | null
  sort_order?: Prisma.IntNullableWithAggregatesFilter<"cms_why_rkda"> | number | null
  status?: Prisma.BoolNullableWithAggregatesFilter<"cms_why_rkda"> | boolean | null
  created_at?: Prisma.DateTimeNullableWithAggregatesFilter<"cms_why_rkda"> | Date | string | null
  updated_at?: Prisma.DateTimeNullableWithAggregatesFilter<"cms_why_rkda"> | Date | string | null
}

export type cms_why_rkdaCreateInput = {
  id?: bigint | number
  title: string
  description?: string | null
  icon?: string | null
  sort_order?: number | null
  status?: boolean | null
  created_at?: Date | string | null
  updated_at?: Date | string | null
}

export type cms_why_rkdaUncheckedCreateInput = {
  id?: bigint | number
  title: string
  description?: string | null
  icon?: string | null
  sort_order?: number | null
  status?: boolean | null
  created_at?: Date | string | null
  updated_at?: Date | string | null
}

export type cms_why_rkdaUpdateInput = {
  id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number
  title?: Prisma.StringFieldUpdateOperationsInput | string
  description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
  icon?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
  sort_order?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
  status?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
  created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
  updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
}

export type cms_why_rkdaUncheckedUpdateInput = {
  id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number
  title?: Prisma.StringFieldUpdateOperationsInput | string
  description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
  icon?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
  sort_order?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
  status?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
  created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
  updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
}

export type cms_why_rkdaCreateManyInput = {
  id?: bigint | number
  title: string
  description?: string | null
  icon?: string | null
  sort_order?: number | null
  status?: boolean | null
  created_at?: Date | string | null
  updated_at?: Date | string | null
}

export type cms_why_rkdaUpdateManyMutationInput = {
  id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number
  title?: Prisma.StringFieldUpdateOperationsInput | string
  description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
  icon?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
  sort_order?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
  status?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
  created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
  updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
}

export type cms_why_rkdaUncheckedUpdateManyInput = {
  id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number
  title?: Prisma.StringFieldUpdateOperationsInput | string
  description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
  icon?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
  sort_order?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
  status?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
  created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
  updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
}

export type cms_why_rkdaCountOrderByAggregateInput = {
  id?: Prisma.SortOrder
  title?: Prisma.SortOrder
  description?: Prisma.SortOrder
  icon?: Prisma.SortOrder
  sort_order?: Prisma.SortOrder
  status?: Prisma.SortOrder
  created_at?: Prisma.SortOrder
  updated_at?: Prisma.SortOrder
}

export type cms_why_rkdaAvgOrderByAggregateInput = {
  id?: Prisma.SortOrder
  sort_order?: Prisma.SortOrder
}

export type cms_why_rkdaMaxOrderByAggregateInput = {
  id?: Prisma.SortOrder
  title?: Prisma.SortOrder
  description?: Prisma.SortOrder
  icon?: Prisma.SortOrder
  sort_order?: Prisma.SortOrder
  status?: Prisma.SortOrder
  created_at?: Prisma.SortOrder
  updated_at?: Prisma.SortOrder
}

export type cms_why_rkdaMinOrderByAggregateInput = {
  id?: Prisma.SortOrder
  title?: Prisma.SortOrder
  description?: Prisma.SortOrder
  icon?: Prisma.SortOrder
  sort_order?: Prisma.SortOrder
  status?: Prisma.SortOrder
  created_at?: Prisma.SortOrder
  updated_at?: Prisma.SortOrder
}

export type cms_why_rkdaSumOrderByAggregateInput = {
  id?: Prisma.SortOrder
  sort_order?: Prisma.SortOrder
}



export type cms_why_rkdaSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
  id?: boolean
  title?: boolean
  description?: boolean
  icon?: boolean
  sort_order?: boolean
  status?: boolean
  created_at?: boolean
  updated_at?: boolean
}, ExtArgs["result"]["cms_why_rkda"]>

export type cms_why_rkdaSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
  id?: boolean
  title?: boolean
  description?: boolean
  icon?: boolean
  sort_order?: boolean
  status?: boolean
  created_at?: boolean
  updated_at?: boolean
}, ExtArgs["result"]["cms_why_rkda"]>

export type cms_why_rkdaSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
  id?: boolean
  title?: boolean
  description?: boolean
  icon?: boolean
  sort_order?: boolean
  status?: boolean
  created_at?: boolean
  updated_at?: boolean
}, ExtArgs["result"]["cms_why_rkda"]>

export type cms_why_rkdaSelectScalar = {
  id?: boolean
  title?: boolean
  description?: boolean
  icon?: boolean
  sort_order?: boolean
  status?: boolean
  created_at?: boolean
  updated_at?: boolean
}

export type cms_why_rkdaOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "title" | "description" | "icon" | "sort_order" | "status" | "created_at" | "updated_at", ExtArgs["result"]["cms_why_rkda"]>

export type $cms_why_rkdaPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
  name: "cms_why_rkda"
  objects: {}
  scalars: runtime.Types.Extensions.GetPayloadResult<{
    id: bigint
    title: string
    description: string | null
    icon: string | null
    sort_order: number | null
    status: boolean | null
    created_at: Date | null
    updated_at: Date | null
  }, ExtArgs["result"]["cms_why_rkda"]>
  composites: {}
}

export type cms_why_rkdaGetPayload<S extends boolean | null | undefined | cms_why_rkdaDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$cms_why_rkdaPayload, S>

export type cms_why_rkdaCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> =
  Omit<cms_why_rkdaFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
    select?: Cms_why_rkdaCountAggregateInputType | true
  }

export interface cms_why_rkdaDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
  [K: symbol]: { types: Prisma.TypeMap<ExtArgs>['model']['cms_why_rkda'], meta: { name: 'cms_why_rkda' } }
  /**
   * Find zero or one Cms_why_rkda that matches the filter.
   * @param {cms_why_rkdaFindUniqueArgs} args - Arguments to find a Cms_why_rkda
   * @example
   * // Get one Cms_why_rkda
   * const cms_why_rkda = await prisma.cms_why_rkda.findUnique({
   *   where: {
   *     // ... provide filter here
   *   }
   * })
   */
  findUnique<T extends cms_why_rkdaFindUniqueArgs>(args: Prisma.SelectSubset<T, cms_why_rkdaFindUniqueArgs<ExtArgs>>): Prisma.Prisma__cms_why_rkdaClient<runtime.Types.Result.GetResult<Prisma.$cms_why_rkdaPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>

  /**
   * Find one Cms_why_rkda that matches the filter or throw an error with `error.code='P2025'`
   * if no matches were found.
   * @param {cms_why_rkdaFindUniqueOrThrowArgs} args - Arguments to find a Cms_why_rkda
   * @example
   * // Get one Cms_why_rkda
   * const cms_why_rkda = await prisma.cms_why_rkda.findUniqueOrThrow({
   *   where: {
   *     // ... provide filter here
   *   }
   * })
   */
  findUniqueOrThrow<T extends cms_why_rkdaFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, cms_why_rkdaFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__cms_why_rkdaClient<runtime.Types.Result.GetResult<Prisma.$cms_why_rkdaPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>

  /**
   * Find the first Cms_why_rkda that matches the filter.
   * Note, that providing `undefined` is treated as the value not being there.
   * Read more here: https://pris.ly/d/null-undefined
   * @param {cms_why_rkdaFindFirstArgs} args - Arguments to find a Cms_why_rkda
   * @example
   * // Get one Cms_why_rkda
   * const cms_why_rkda = await prisma.cms_why_rkda.findFirst({
   *   where: {
   *     // ... provide filter here
   *   }
   * })
   */
  findFirst<T extends cms_why_rkdaFindFirstArgs>(args?: Prisma.SelectSubset<T, cms_why_rkdaFindFirstArgs<ExtArgs>>): Prisma.Prisma__cms_why_rkdaClient<runtime.Types.Result.GetResult<Prisma.$cms_why_rkdaPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>

  /**
   * Find the first Cms_why_rkda that matches the filter or
   * throw `PrismaKnownClientError` with `P2025` code if no matches were found.
   * Note, that providing `undefined` is treated as the value not being there.
   * Read more here: https://pris.ly/d/null-undefined
   * @param {cms_why_rkdaFindFirstOrThrowArgs} args - Arguments to find a Cms_why_rkda
   * @example
   * // Get one Cms_why_rkda
   * const cms_why_rkda = await prisma.cms_why_rkda.findFirstOrThrow({
   *   where: {
   *     // ... provide filter here
   *   }
   * })
   */
  findFirstOrThrow<T extends cms_why_rkdaFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, cms_why_rkdaFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__cms_why_rkdaClient<runtime.Types.Result.GetResult<Prisma.$cms_why_rkdaPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>

  /**
   * Find zero or more Cms_why_rkdas that matches the filter.
   * Note, that providing `undefined` is treated as the value not being there.
   * Read more here: https://pris.ly/d/null-undefined
   * @param {cms_why_rkdaFindManyArgs} args - Arguments to filter and select certain fields only.
   * @example
   * // Get all Cms_why_rkdas
   * const cms_why_rkdas = await prisma.cms_why_rkda.findMany()
   * 
   * // Get first 10 Cms_why_rkdas
   * const cms_why_rkdas = await prisma.cms_why_rkda.findMany({ take: 10 })
   * 
   * // Only select the `id`
   * const cms_why_rkdaWithIdOnly = await prisma.cms_why_rkda.findMany({ select: { id: true } })
   * 
   */
  findMany<T extends cms_why_rkdaFindManyArgs>(args?: Prisma.SelectSubset<T, cms_why_rkdaFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$cms_why_rkdaPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>

  /**
   * Create a Cms_why_rkda.
   * @param {cms_why_rkdaCreateArgs} args - Arguments to create a Cms_why_rkda.
   * @example
   * // Create one Cms_why_rkda
   * const Cms_why_rkda = await prisma.cms_why_rkda.create({
   *   data: {
   *     // ... data to create a Cms_why_rkda
   *   }
   * })
   * 
   */
  create<T extends cms_why_rkdaCreateArgs>(args: Prisma.SelectSubset<T, cms_why_rkdaCreateArgs<ExtArgs>>): Prisma.Prisma__cms_why_rkdaClient<runtime.Types.Result.GetResult<Prisma.$cms_why_rkdaPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>

  /**
   * Create many Cms_why_rkdas.
   * @param {cms_why_rkdaCreateManyArgs} args - Arguments to create many Cms_why_rkdas.
   * @example
   * // Create many Cms_why_rkdas
   * const cms_why_rkda = await prisma.cms_why_rkda.createMany({
   *   data: [
   *     // ... provide data here
   *   ]
   * })
   *     
   */
  createMany<T extends cms_why_rkdaCreateManyArgs>(args?: Prisma.SelectSubset<T, cms_why_rkdaCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>

  /**
   * Create many Cms_why_rkdas and returns the data saved in the database.
   * @param {cms_why_rkdaCreateManyAndReturnArgs} args - Arguments to create many Cms_why_rkdas.
   * @example
   * // Create many Cms_why_rkdas
   * const cms_why_rkda = await prisma.cms_why_rkda.createManyAndReturn({
   *   data: [
   *     // ... provide data here
   *   ]
   * })
   * 
   * // Create many Cms_why_rkdas and only return the `id`
   * const cms_why_rkdaWithIdOnly = await prisma.cms_why_rkda.createManyAndReturn({
   *   select: { id: true },
   *   data: [
   *     // ... provide data here
   *   ]
   * })
   * Note, that providing `undefined` is treated as the value not being there.
   * Read more here: https://pris.ly/d/null-undefined
   * 
   */
  createManyAndReturn<T extends cms_why_rkdaCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, cms_why_rkdaCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$cms_why_rkdaPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>

  /**
   * Delete a Cms_why_rkda.
   * @param {cms_why_rkdaDeleteArgs} args - Arguments to delete one Cms_why_rkda.
   * @example
   * // Delete one Cms_why_rkda
   * const Cms_why_rkda = await prisma.cms_why_rkda.delete({
   *   where: {
   *     // ... filter to delete one Cms_why_rkda
   *   }
   * })
   * 
   */
  delete<T extends cms_why_rkdaDeleteArgs>(args: Prisma.SelectSubset<T, cms_why_rkdaDeleteArgs<ExtArgs>>): Prisma.Prisma__cms_why_rkdaClient<runtime.Types.Result.GetResult<Prisma.$cms_why_rkdaPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>

  /**
   * Update one Cms_why_rkda.
   * @param {cms_why_rkdaUpdateArgs} args - Arguments to update one Cms_why_rkda.
   * @example
   * // Update one Cms_why_rkda
   * const cms_why_rkda = await prisma.cms_why_rkda.update({
   *   where: {
   *     // ... provide filter here
   *   },
   *   data: {
   *     // ... provide data here
   *   }
   * })
   * 
   */
  update<T extends cms_why_rkdaUpdateArgs>(args: Prisma.SelectSubset<T, cms_why_rkdaUpdateArgs<ExtArgs>>): Prisma.Prisma__cms_why_rkdaClient<runtime.Types.Result.GetResult<Prisma.$cms_why_rkdaPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>

  /**
   * Delete zero or more Cms_why_rkdas.
   * @param {cms_why_rkdaDeleteManyArgs} args - Arguments to filter Cms_why_rkdas to delete.
   * @example
   * // Delete a few Cms_why_rkdas
   * const { count } = await prisma.cms_why_rkda.deleteMany({
   *   where: {
   *     // ... provide filter here
   *   }
   * })
   * 
   */
  deleteMany<T extends cms_why_rkdaDeleteManyArgs>(args?: Prisma.SelectSubset<T, cms_why_rkdaDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>

  /**
   * Update zero or more Cms_why_rkdas.
   * Note, that providing `undefined` is treated as the value not being there.
   * Read more here: https://pris.ly/d/null-undefined
   * @param {cms_why_rkdaUpdateManyArgs} args - Arguments to update one or more rows.
   * @example
   * // Update many Cms_why_rkdas
   * const cms_why_rkda = await prisma.cms_why_rkda.updateMany({
   *   where: {
   *     // ... provide filter here
   *   },
   *   data: {
   *     // ... provide data here
   *   }
   * })
   * 
   */
  updateMany<T extends cms_why_rkdaUpdateManyArgs>(args: Prisma.SelectSubset<T, cms_why_rkdaUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>

  /**
   * Update zero or more Cms_why_rkdas and returns the data updated in the database.
   * @param {cms_why_rkdaUpdateManyAndReturnArgs} args - Arguments to update many Cms_why_rkdas.
   * @example
   * // Update many Cms_why_rkdas
   * const cms_why_rkda = await prisma.cms_why_rkda.updateManyAndReturn({
   *   where: {
   *     // ... provide filter here
   *   },
   *   data: [
   *     // ... provide data here
   *   ]
   * })
   * 
   * // Update zero or more Cms_why_rkdas and only return the `id`
   * const cms_why_rkdaWithIdOnly = await prisma.cms_why_rkda.updateManyAndReturn({
   *   select: { id: true },
   *   where: {
   *     // ... provide filter here
   *   },
   *   data: [
   *     // ... provide data here
   *   ]
   * })
   * Note, that providing `undefined` is treated as the value not being there.
   * Read more here: https://pris.ly/d/null-undefined
   * 
   */
  updateManyAndReturn<T extends cms_why_rkdaUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, cms_why_rkdaUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$cms_why_rkdaPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>

  /**
   * Create or update one Cms_why_rkda.
   * @param {cms_why_rkdaUpsertArgs} args - Arguments to update or create a Cms_why_rkda.
   * @example
   * // Update or create a Cms_why_rkda
   * const cms_why_rkda = await prisma.cms_why_rkda.upsert({
   *   create: {
   *     // ... data to create a Cms_why_rkda
   *   },
   *   update: {
   *     // ... in case it already exists, update
   *   },
   *   where: {
   *     // ... the filter for the Cms_why_rkda we want to update
   *   }
   * })
   */
  upsert<T extends cms_why_rkdaUpsertArgs>(args: Prisma.SelectSubset<T, cms_why_rkdaUpsertArgs<ExtArgs>>): Prisma.Prisma__cms_why_rkdaClient<runtime.Types.Result.GetResult<Prisma.$cms_why_rkdaPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>


  /**
   * Count the number of Cms_why_rkdas.
   * Note, that providing `undefined` is treated as the value not being there.
   * Read more here: https://pris.ly/d/null-undefined
   * @param {cms_why_rkdaCountArgs} args - Arguments to filter Cms_why_rkdas to count.
   * @example
   * // Count the number of Cms_why_rkdas
   * const count = await prisma.cms_why_rkda.count({
   *   where: {
   *     // ... the filter for the Cms_why_rkdas we want to count
   *   }
   * })
  **/
  count<T extends cms_why_rkdaCountArgs>(
    args?: Prisma.Subset<T, cms_why_rkdaCountArgs>,
  ): Prisma.PrismaPromise<
    T extends runtime.Types.Utils.Record<'select', any>
      ? T['select'] extends true
        ? number
        : Prisma.GetScalarType<T['select'], Cms_why_rkdaCountAggregateOutputType>
      : number
  >

  /**
   * Allows you to perform aggregations operations on a Cms_why_rkda.
   * Note, that providing `undefined` is treated as the value not being there.
   * Read more here: https://pris.ly/d/null-undefined
   * @param {Cms_why_rkdaAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
   * @example
   * // Ordered by age ascending
   * // Where email contains prisma.io
   * // Limited to the 10 users
   * const aggregations = await prisma.user.aggregate({
   *   _avg: {
   *     age: true,
   *   },
   *   where: {
   *     email: {
   *       contains: "prisma.io",
   *     },
   *   },
   *   orderBy: {
   *     age: "asc",
   *   },
   *   take: 10,
   * })
  **/
  aggregate<T extends Cms_why_rkdaAggregateArgs>(args: Prisma.Subset<T, Cms_why_rkdaAggregateArgs>): Prisma.PrismaPromise<GetCms_why_rkdaAggregateType<T>>

  /**
   * Group by Cms_why_rkda.
   * Note, that providing `undefined` is treated as the value not being there.
   * Read more here: https://pris.ly/d/null-undefined
   * @param {cms_why_rkdaGroupByArgs} args - Group by arguments.
   * @example
   * // Group by city, order by createdAt, get count
   * const result = await prisma.user.groupBy({
   *   by: ['city', 'createdAt'],
   *   orderBy: {
   *     createdAt: true
   *   },
   *   _count: {
   *     _all: true
   *   },
   * })
   * 
  **/
  groupBy<
    T extends cms_why_rkdaGroupByArgs,
    HasSelectOrTake extends Prisma.Or<
      Prisma.Extends<'skip', Prisma.Keys<T>>,
      Prisma.Extends<'take', Prisma.Keys<T>>
    >,
    OrderByArg extends Prisma.True extends HasSelectOrTake
      ? { orderBy: cms_why_rkdaGroupByArgs['orderBy'] }
      : { orderBy?: cms_why_rkdaGroupByArgs['orderBy'] },
    OrderFields extends Prisma.ExcludeUnderscoreKeys<Prisma.Keys<Prisma.MaybeTupleToUnion<T['orderBy']>>>,
    ByFields extends Prisma.MaybeTupleToUnion<T['by']>,
    ByValid extends Prisma.Has<ByFields, OrderFields>,
    HavingFields extends Prisma.GetHavingFields<T['having']>,
    HavingValid extends Prisma.Has<ByFields, HavingFields>,
    ByEmpty extends T['by'] extends never[] ? Prisma.True : Prisma.False,
    InputErrors extends ByEmpty extends Prisma.True
    ? `Error: "by" must not be empty.`
    : HavingValid extends Prisma.False
    ? {
        [P in HavingFields]: P extends ByFields
          ? never
          : P extends string
          ? `Error: Field "${P}" used in "having" needs to be provided in "by".`
          : [
              Error,
              'Field ',
              P,
              ` in "having" needs to be provided in "by"`,
            ]
      }[HavingFields]
    : 'take' extends Prisma.Keys<T>
    ? 'orderBy' extends Prisma.Keys<T>
      ? ByValid extends Prisma.True
        ? {}
        : {
            [P in OrderFields]: P extends ByFields
              ? never
              : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
          }[OrderFields]
      : 'Error: If you provide "take", you also need to provide "orderBy"'
    : 'skip' extends Prisma.Keys<T>
    ? 'orderBy' extends Prisma.Keys<T>
      ? ByValid extends Prisma.True
        ? {}
        : {
            [P in OrderFields]: P extends ByFields
              ? never
              : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
          }[OrderFields]
      : 'Error: If you provide "skip", you also need to provide "orderBy"'
    : ByValid extends Prisma.True
    ? {}
    : {
        [P in OrderFields]: P extends ByFields
          ? never
          : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
      }[OrderFields]
  >(args: Prisma.SubsetIntersection<T, cms_why_rkdaGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetCms_why_rkdaGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>
/**
 * Fields of the cms_why_rkda model
 */
readonly fields: cms_why_rkdaFieldRefs;
}

/**
 * The delegate class that acts as a "Promise-like" for cms_why_rkda.
 * Why is this prefixed with `Prisma__`?
 * Because we want to prevent naming conflicts as mentioned in
 * https://github.com/prisma/prisma-client-js/issues/707
 */
export interface Prisma__cms_why_rkdaClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
  readonly [Symbol.toStringTag]: "PrismaPromise"
  /**
   * Attaches callbacks for the resolution and/or rejection of the Promise.
   * @param onfulfilled The callback to execute when the Promise is resolved.
   * @param onrejected The callback to execute when the Promise is rejected.
   * @returns A Promise for the completion of which ever callback is executed.
   */
  then<TResult1 = T, TResult2 = never>(onfulfilled?: ((value: T) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): runtime.Types.Utils.JsPromise<TResult1 | TResult2>
  /**
   * Attaches a callback for only the rejection of the Promise.
   * @param onrejected The callback to execute when the Promise is rejected.
   * @returns A Promise for the completion of the callback.
   */
  catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>
  /**
   * Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
   * resolved value cannot be modified from the callback.
   * @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
   * @returns A Promise for the completion of the callback.
   */
  finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>
}




/**
 * Fields of the cms_why_rkda model
 */
export interface cms_why_rkdaFieldRefs {
  readonly id: Prisma.FieldRef<"cms_why_rkda", 'BigInt'>
  readonly title: Prisma.FieldRef<"cms_why_rkda", 'String'>
  readonly description: Prisma.FieldRef<"cms_why_rkda", 'String'>
  readonly icon: Prisma.FieldRef<"cms_why_rkda", 'String'>
  readonly sort_order: Prisma.FieldRef<"cms_why_rkda", 'Int'>
  readonly status: Prisma.FieldRef<"cms_why_rkda", 'Boolean'>
  readonly created_at: Prisma.FieldRef<"cms_why_rkda", 'DateTime'>
  readonly updated_at: Prisma.FieldRef<"cms_why_rkda", 'DateTime'>
}
    

// Custom InputTypes
/**
 * cms_why_rkda findUnique
 */
export type cms_why_rkdaFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
  /**
   * Select specific fields to fetch from the cms_why_rkda
   */
  select?: Prisma.cms_why_rkdaSelect<ExtArgs> | null
  /**
   * Omit specific fields from the cms_why_rkda
   */
  omit?: Prisma.cms_why_rkdaOmit<ExtArgs> | null
  /**
   * Filter, which cms_why_rkda to fetch.
   */
  where: Prisma.cms_why_rkdaWhereUniqueInput
}

/**
 * cms_why_rkda findUniqueOrThrow
 */
export type cms_why_rkdaFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
  /**
   * Select specific fields to fetch from the cms_why_rkda
   */
  select?: Prisma.cms_why_rkdaSelect<ExtArgs> | null
  /**
   * Omit specific fields from the cms_why_rkda
   */
  omit?: Prisma.cms_why_rkdaOmit<ExtArgs> | null
  /**
   * Filter, which cms_why_rkda to fetch.
   */
  where: Prisma.cms_why_rkdaWhereUniqueInput
}

/**
 * cms_why_rkda findFirst
 */
export type cms_why_rkdaFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
  /**
   * Select specific fields to fetch from the cms_why_rkda
   */
  select?: Prisma.cms_why_rkdaSelect<ExtArgs> | null
  /**
   * Omit specific fields from the cms_why_rkda
   */
  omit?: Prisma.cms_why_rkdaOmit<ExtArgs> | null
  /**
   * Filter, which cms_why_rkda to fetch.
   */
  where?: Prisma.cms_why_rkdaWhereInput
  /**
   * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
   * 
   * Determine the order of cms_why_rkdas to fetch.
   */
  orderBy?: Prisma.cms_why_rkdaOrderByWithRelationInput | Prisma.cms_why_rkdaOrderByWithRelationInput[]
  /**
   * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
   * 
   * Sets the position for searching for cms_why_rkdas.
   */
  cursor?: Prisma.cms_why_rkdaWhereUniqueInput
  /**
   * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
   * 
   * Take `±n` cms_why_rkdas from the position of the cursor.
   */
  take?: number
  /**
   * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
   * 
   * Skip the first `n` cms_why_rkdas.
   */
  skip?: number
  /**
   * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
   * 
   * Filter by unique combinations of cms_why_rkdas.
   */
  distinct?: Prisma.Cms_why_rkdaScalarFieldEnum | Prisma.Cms_why_rkdaScalarFieldEnum[]
}

/**
 * cms_why_rkda findFirstOrThrow
 */
export type cms_why_rkdaFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
  /**
   * Select specific fields to fetch from the cms_why_rkda
   */
  select?: Prisma.cms_why_rkdaSelect<ExtArgs> | null
  /**
   * Omit specific fields from the cms_why_rkda
   */
  omit?: Prisma.cms_why_rkdaOmit<ExtArgs> | null
  /**
   * Filter, which cms_why_rkda to fetch.
   */
  where?: Prisma.cms_why_rkdaWhereInput
  /**
   * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
   * 
   * Determine the order of cms_why_rkdas to fetch.
   */
  orderBy?: Prisma.cms_why_rkdaOrderByWithRelationInput | Prisma.cms_why_rkdaOrderByWithRelationInput[]
  /**
   * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
   * 
   * Sets the position for searching for cms_why_rkdas.
   */
  cursor?: Prisma.cms_why_rkdaWhereUniqueInput
  /**
   * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
   * 
   * Take `±n` cms_why_rkdas from the position of the cursor.
   */
  take?: number
  /**
   * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
   * 
   * Skip the first `n` cms_why_rkdas.
   */
  skip?: number
  /**
   * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
   * 
   * Filter by unique combinations of cms_why_rkdas.
   */
  distinct?: Prisma.Cms_why_rkdaScalarFieldEnum | Prisma.Cms_why_rkdaScalarFieldEnum[]
}

/**
 * cms_why_rkda findMany
 */
export type cms_why_rkdaFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
  /**
   * Select specific fields to fetch from the cms_why_rkda
   */
  select?: Prisma.cms_why_rkdaSelect<ExtArgs> | null
  /**
   * Omit specific fields from the cms_why_rkda
   */
  omit?: Prisma.cms_why_rkdaOmit<ExtArgs> | null
  /**
   * Filter, which cms_why_rkdas to fetch.
   */
  where?: Prisma.cms_why_rkdaWhereInput
  /**
   * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
   * 
   * Determine the order of cms_why_rkdas to fetch.
   */
  orderBy?: Prisma.cms_why_rkdaOrderByWithRelationInput | Prisma.cms_why_rkdaOrderByWithRelationInput[]
  /**
   * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
   * 
   * Sets the position for listing cms_why_rkdas.
   */
  cursor?: Prisma.cms_why_rkdaWhereUniqueInput
  /**
   * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
   * 
   * Take `±n` cms_why_rkdas from the position of the cursor.
   */
  take?: number
  /**
   * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
   * 
   * Skip the first `n` cms_why_rkdas.
   */
  skip?: number
  distinct?: Prisma.Cms_why_rkdaScalarFieldEnum | Prisma.Cms_why_rkdaScalarFieldEnum[]
}

/**
 * cms_why_rkda create
 */
export type cms_why_rkdaCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
  /**
   * Select specific fields to fetch from the cms_why_rkda
   */
  select?: Prisma.cms_why_rkdaSelect<ExtArgs> | null
  /**
   * Omit specific fields from the cms_why_rkda
   */
  omit?: Prisma.cms_why_rkdaOmit<ExtArgs> | null
  /**
   * The data needed to create a cms_why_rkda.
   */
  data: Prisma.XOR<Prisma.cms_why_rkdaCreateInput, Prisma.cms_why_rkdaUncheckedCreateInput>
}

/**
 * cms_why_rkda createMany
 */
export type cms_why_rkdaCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
  /**
   * The data used to create many cms_why_rkdas.
   */
  data: Prisma.cms_why_rkdaCreateManyInput | Prisma.cms_why_rkdaCreateManyInput[]
  skipDuplicates?: boolean
}

/**
 * cms_why_rkda createManyAndReturn
 */
export type cms_why_rkdaCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
  /**
   * Select specific fields to fetch from the cms_why_rkda
   */
  select?: Prisma.cms_why_rkdaSelectCreateManyAndReturn<ExtArgs> | null
  /**
   * Omit specific fields from the cms_why_rkda
   */
  omit?: Prisma.cms_why_rkdaOmit<ExtArgs> | null
  /**
   * The data used to create many cms_why_rkdas.
   */
  data: Prisma.cms_why_rkdaCreateManyInput | Prisma.cms_why_rkdaCreateManyInput[]
  skipDuplicates?: boolean
}

/**
 * cms_why_rkda update
 */
export type cms_why_rkdaUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
  /**
   * Select specific fields to fetch from the cms_why_rkda
   */
  select?: Prisma.cms_why_rkdaSelect<ExtArgs> | null
  /**
   * Omit specific fields from the cms_why_rkda
   */
  omit?: Prisma.cms_why_rkdaOmit<ExtArgs> | null
  /**
   * The data needed to update a cms_why_rkda.
   */
  data: Prisma.XOR<Prisma.cms_why_rkdaUpdateInput, Prisma.cms_why_rkdaUncheckedUpdateInput>
  /**
   * Choose, which cms_why_rkda to update.
   */
  where: Prisma.cms_why_rkdaWhereUniqueInput
}

/**
 * cms_why_rkda updateMany
 */
export type cms_why_rkdaUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
  /**
   * The data used to update cms_why_rkdas.
   */
  data: Prisma.XOR<Prisma.cms_why_rkdaUpdateManyMutationInput, Prisma.cms_why_rkdaUncheckedUpdateManyInput>
  /**
   * Filter which cms_why_rkdas to update
   */
  where?: Prisma.cms_why_rkdaWhereInput
  /**
   * Limit how many cms_why_rkdas to update.
   */
  limit?: number
}

/**
 * cms_why_rkda updateManyAndReturn
 */
export type cms_why_rkdaUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
  /**
   * Select specific fields to fetch from the cms_why_rkda
   */
  select?: Prisma.cms_why_rkdaSelectUpdateManyAndReturn<ExtArgs> | null
  /**
   * Omit specific fields from the cms_why_rkda
   */
  omit?: Prisma.cms_why_rkdaOmit<ExtArgs> | null
  /**
   * The data used to update cms_why_rkdas.
   */
  data: Prisma.XOR<Prisma.cms_why_rkdaUpdateManyMutationInput, Prisma.cms_why_rkdaUncheckedUpdateManyInput>
  /**
   * Filter which cms_why_rkdas to update
   */
  where?: Prisma.cms_why_rkdaWhereInput
  /**
   * Limit how many cms_why_rkdas to update.
   */
  limit?: number
}

/**
 * cms_why_rkda upsert
 */
export type cms_why_rkdaUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
  /**
   * Select specific fields to fetch from the cms_why_rkda
   */
  select?: Prisma.cms_why_rkdaSelect<ExtArgs> | null
  /**
   * Omit specific fields from the cms_why_rkda
   */
  omit?: Prisma.cms_why_rkdaOmit<ExtArgs> | null
  /**
   * The filter to search for the cms_why_rkda to update in case it exists.
   */
  where: Prisma.cms_why_rkdaWhereUniqueInput
  /**
   * In case the cms_why_rkda found by the `where` argument doesn't exist, create a new cms_why_rkda with this data.
   */
  create: Prisma.XOR<Prisma.cms_why_rkdaCreateInput, Prisma.cms_why_rkdaUncheckedCreateInput>
  /**
   * In case the cms_why_rkda was found with the provided `where` argument, update it with this data.
   */
  update: Prisma.XOR<Prisma.cms_why_rkdaUpdateInput, Prisma.cms_why_rkdaUncheckedUpdateInput>
}

/**
 * cms_why_rkda delete
 */
export type cms_why_rkdaDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
  /**
   * Select specific fields to fetch from the cms_why_rkda
   */
  select?: Prisma.cms_why_rkdaSelect<ExtArgs> | null
  /**
   * Omit specific fields from the cms_why_rkda
   */
  omit?: Prisma.cms_why_rkdaOmit<ExtArgs> | null
  /**
   * Filter which cms_why_rkda to delete.
   */
  where: Prisma.cms_why_rkdaWhereUniqueInput
}

/**
 * cms_why_rkda deleteMany
 */
export type cms_why_rkdaDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
  /**
   * Filter which cms_why_rkdas to delete
   */
  where?: Prisma.cms_why_rkdaWhereInput
  /**
   * Limit how many cms_why_rkdas to delete.
   */
  limit?: number
}

/**
 * cms_why_rkda without action
 */
export type cms_why_rkdaDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
  /**
   * Select specific fields to fetch from the cms_why_rkda
   */
  select?: Prisma.cms_why_rkdaSelect<ExtArgs> | null
  /**
   * Omit specific fields from the cms_why_rkda
   */
  omit?: Prisma.cms_why_rkdaOmit<ExtArgs> | null
}
