DisBot
    Preparing search index...

    Type Alias WelcomeImageDataMinAggregateOutputType

    type WelcomeImageDataMinAggregateOutputType = {
        Background: string | null;
        Color: string | null;
        Gradient: string | null;
        GuildWelcomeSetupId: string | null;
        Id: number | null;
        Subtitle: string | null;
        Text: string | null;
        Theme: string | null;
        Title: string | null;
    }
    Index

    Properties

    Background: string | null
    Color: string | null
    Gradient: string | null
    GuildWelcomeSetupId: string | null
    Id: number | null
    Subtitle: string | null
    Text: string | null
    Theme: string | null
    Title: string | null