Interface ICreateApillonModel

interface ICreateApillonModel {
    name: string;
    description: string;
}

Properties

Properties

name: string

Name of the model object

description: string

Description of the model object