DisBot
    Preparing search index...

    Type Alias VanityEmbedUncheckedCreateInput

    type VanityEmbedUncheckedCreateInput = {
        Author?: VanityEmbedAuthorUncheckedCreateNestedOneWithoutVanityEmbedsInput;
        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