@bachman-dev/wanikani-api-types - v1.8.0
    Preparing search index...

    Interface WKRadicalCharacterImage

    An image representing a radical subject.

    interface WKRadicalCharacterImage {
        content_type: "image/png" | "image/svg+xml";
        metadata:
            | WKRadicalCharacterImagePngMetadata
            | WKRadicalCharacterImageSvgMetadata;
        url: string;
    }
    Index

    Properties

    content_type: "image/png" | "image/svg+xml"

    The content type of the image. Currently the API delivers image/png and image/svg+xml.

    Details about the image. Each content_type returns a uniquely structured object.

    url: string

    The location of the image.