DisBot
    Preparing search index...

    Type Alias VanityEmbedAuthorCreateInput

    type VanityEmbedAuthorCreateInput = {
        IconURL?: string | null;
        Name?: string | null;
        URL?: string | null;
        VanityEmbeds: VanityEmbedCreateNestedOneWithoutAuthorInput;
    }
    Index

    Properties

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