DisBot
    Preparing search index...

    Type Alias VanitysUncheckedCreateWithoutUsersInput

    type VanitysUncheckedCreateWithoutUsersInput = {
        Analytics?: VanityAnalyticUncheckedCreateNestedOneWithoutVanitysInput;
        CreatedAt: Date | string;
        Embed?: VanityEmbedUncheckedCreateNestedOneWithoutVanitysInput;
        GuildId: string;
        Host: string;
        Id?: number;
        InDiscovery?: boolean | null;
        Invite: string;
        IsBannedFromDiscover?: boolean | null;
        Slug: string;
        UUID: string;
    }
    Index

    Properties

    CreatedAt: Date | string
    GuildId: string
    Host: string
    Id?: number
    InDiscovery?: boolean | null
    Invite: string
    IsBannedFromDiscover?: boolean | null
    Slug: string
    UUID: string