interface APE {
    code: string;
    id: number;
    name: string;
}

Properties

Properties

code: string

Code APE.

id: number
name: string