interface Ape {
    id: number;
    info: string;
    label: string;
    value: string;
}

Properties

Properties

id: number
info: string
label: string
value: string