Type Alias GuildGameChangelogDefaultArgs<ExtArgs>

GuildGameChangelogDefaultArgs<ExtArgs>: {
    include?: GuildGameChangelogInclude<ExtArgs> | null;
    omit?: GuildGameChangelogOmit<ExtArgs> | null;
    select?: GuildGameChangelogSelect<ExtArgs> | null;
}

GuildGameChangelog without action

Type Parameters

Type declaration