Type Alias GuildStickyMessageMinAggregateOutputType

GuildStickyMessageMinAggregateOutputType: {
    channelId: string | null;
    content: string | null;
    dbId: string | null;
    guildId: string | null;
    messageId: string | null;
}