Interface ItemType

interface ItemType {
    custom_text: string;
    icon_as_labels: unknown;
    name: string;
    offers_and_needs: boolean;
    profileTemplate: {
        collection: string | number;
        id: undefined | null | Key;
        item: any;
    }[];
    questlog: boolean;
    relations: boolean;
    show_name_input: boolean;
    show_profile_button: boolean;
    show_start_end: boolean;
    show_start_end_input: boolean;
    show_text: boolean;
    show_text_input: boolean;
    template: string;
}

Properties

custom_text: string
icon_as_labels: unknown
name: string
offers_and_needs: boolean
profileTemplate: {
    collection: string | number;
    id: undefined | null | Key;
    item: any;
}[]
questlog: boolean
relations: boolean
show_name_input: boolean
show_profile_button: boolean
show_start_end: boolean
show_start_end_input: boolean
show_text: boolean
show_text_input: boolean
template: string
MMNEPVFCICPMFPCPTTAAATR