DisBot
    Preparing search index...

    Type Alias VanityEmbedCreateWithoutAuthorInput

    type VanityEmbedCreateWithoutAuthorInput = {
        Color: string;
        Description: string;
        ImageUrl?: string | null;
        ThumbnailUrl?: string | null;
        Title: string;
        Vanitys: VanitysCreateNestedOneWithoutEmbedInput;
    }
    Index

    Properties

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