DisBot
    Preparing search index...

    Type Alias VanityEmbedCreateWithoutVanitysInput

    type VanityEmbedCreateWithoutVanitysInput = {
        Author?: VanityEmbedAuthorCreateNestedOneWithoutVanityEmbedsInput;
        Color: string;
        Description: string;
        ImageUrl?: string | null;
        ThumbnailUrl?: string | null;
        Title: string;
    }
    Index

    Properties

    Color: string
    Description: string
    ImageUrl?: string | null
    ThumbnailUrl?: string | null
    Title: string