DisBot
    Preparing search index...

    Type Alias VanityEmbedAuthorUncheckedCreateWithoutVanityEmbedsInput

    type VanityEmbedAuthorUncheckedCreateWithoutVanityEmbedsInput = {
        IconURL?: string | null;
        Id?: number;
        Name?: string | null;
        URL?: string | null;
    }
    Index

    Properties

    Properties

    IconURL?: string | null
    Id?: number
    Name?: string | null
    URL?: string | null