DisBot
    Preparing search index...

    Type Alias VanityEmbedAuthorUncheckedCreateInput

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

    Properties

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