Type Alias GuildCustomBotProfileFindFirstArgs<ExtArgs>

GuildCustomBotProfileFindFirstArgs<ExtArgs>: {
    cursor?: GuildCustomBotProfileWhereUniqueInput;
    distinct?: Prisma.GuildCustomBotProfileScalarFieldEnum | Prisma.GuildCustomBotProfileScalarFieldEnum[];
    include?: GuildCustomBotProfileInclude<ExtArgs> | null;
    omit?: GuildCustomBotProfileOmit<ExtArgs> | null;
    orderBy?: GuildCustomBotProfileOrderByWithRelationInput | GuildCustomBotProfileOrderByWithRelationInput[];
    select?: GuildCustomBotProfileSelect<ExtArgs> | null;
    skip?: number;
    take?: number;
    where?: GuildCustomBotProfileWhereInput;
}

GuildCustomBotProfile findFirst

Type Parameters

Type declaration