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

    Interface WKVoiceActor

    Available voice actors used for vocabulary reading pronunciation audio.

    interface WKVoiceActor {
        data: WKVoiceActorData;
        data_updated_at: WKDatableString;
        id: number;
        object: "voice_actor";
        url: string;
        code?: undefined;
        error?: undefined;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Data for the returned voice actor.

    data_updated_at: WKDatableString

    For a resource, this is the last time that particular resource was updated.

    id: number

    A unique number identifying the voice actor.

    object: "voice_actor"

    The kind of object returned.

    url: string

    The URL of the requested resource.

    code?: undefined

    A resource will never have a code property.

    error?: undefined

    A resource will never have an error property.