DisBot
    Preparing search index...

    Type Alias VanityEmbedUncheckedCreateWithoutAuthorInput

    type VanityEmbedUncheckedCreateWithoutAuthorInput = {
        Color: string;
        Description: string;
        Id?: number;
        ImageUrl?: string | null;
        ThumbnailUrl?: string | null;
        Title: string;
        VanityId: string;
    }
    Index

    Properties

    Color: string
    Description: string
    Id?: number
    ImageUrl?: string | null
    ThumbnailUrl?: string | null
    Title: string
    VanityId: string