Type Alias GuildStickyMessageButtonDefaultArgs<ExtArgs>

GuildStickyMessageButtonDefaultArgs<ExtArgs>: {
    include?: GuildStickyMessageButtonInclude<ExtArgs> | null;
    omit?: GuildStickyMessageButtonOmit<ExtArgs> | null;
    select?: GuildStickyMessageButtonSelect<ExtArgs> | null;
}

GuildStickyMessageButton without action

Type Parameters

Type declaration