Signature: {
    color: string;
    comic_id: string;
    date: Date;
    signature: string;
}

Represents a signature on a comic.

Type declaration

  • color: string

    The color of the marker used to sign the comic.

  • comic_id: string

    The ID of the comic with a signature.

  • date: Date

    The date of the signature, if known.

  • signature: string

    The ID of the creator that signed the comic.