Comick source metadata for a manga entry.

export interface ComickSourceInfo {
title: string;
slug: string;
comickId: string;
isFoundViaComick: boolean;
}
interface ComickSourceInfo {
    title: string;
    slug: string;
    comickId: string;
    isFoundViaComick: boolean;
}

Properties

title: string
slug: string
comickId: string
isFoundViaComick: boolean