Type Alias GuildStickyEmbedFieldDefaultArgs<ExtArgs>

GuildStickyEmbedFieldDefaultArgs<ExtArgs>: {
    include?: GuildStickyEmbedFieldInclude<ExtArgs> | null;
    omit?: GuildStickyEmbedFieldOmit<ExtArgs> | null;
    select?: GuildStickyEmbedFieldSelect<ExtArgs> | null;
}

GuildStickyEmbedField without action

Type Parameters

Type declaration