Type Alias GuildRobloxGameDeleteArgs<ExtArgs>

GuildRobloxGameDeleteArgs<ExtArgs>: {
    include?: GuildRobloxGameInclude<ExtArgs> | null;
    omit?: GuildRobloxGameOmit<ExtArgs> | null;
    select?: GuildRobloxGameSelect<ExtArgs> | null;
    where: GuildRobloxGameWhereUniqueInput;
}

GuildRobloxGame delete

Type Parameters

Type declaration