Type Alias GuildGettingStartedFindUniqueOrThrowArgs<ExtArgs>

GuildGettingStartedFindUniqueOrThrowArgs<ExtArgs>: {
    include?: GuildGettingStartedInclude<ExtArgs> | null;
    omit?: GuildGettingStartedOmit<ExtArgs> | null;
    select?: GuildGettingStartedSelect<ExtArgs> | null;
    where: GuildGettingStartedWhereUniqueInput;
}

GuildGettingStarted findUniqueOrThrow

Type Parameters

Type declaration