/**
 * CloudHospital Admin Api
 * CloudHospital application with Swagger, Swashbuckle, and API versioning.
 *
 * The version of the OpenAPI document: 1
 * Contact: developer@icloudhospital.com
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
/**
 *
 * @export
 * @interface FooterNavigationItemModel
 */
export interface FooterNavigationItemModel {
    /**
     *
     * @type {string}
     * @memberof FooterNavigationItemModel
     */
    'id'?: string;
    /**
     *
     * @type {string}
     * @memberof FooterNavigationItemModel
     */
    'name'?: string | null;
    /**
     *
     * @type {string}
     * @memberof FooterNavigationItemModel
     */
    'url'?: string | null;
    /**
     *
     * @type {number}
     * @memberof FooterNavigationItemModel
     */
    'level'?: number;
    /**
     *
     * @type {number}
     * @memberof FooterNavigationItemModel
     */
    'order'?: number;
    /**
     *
     * @type {string}
     * @memberof FooterNavigationItemModel
     */
    'parentId'?: string | null;
    /**
     *
     * @type {string}
     * @memberof FooterNavigationItemModel
     */
    'type'?: string | null;
    /**
     *
     * @type {Array<FooterNavigationItemModel>}
     * @memberof FooterNavigationItemModel
     */
    'subItems'?: Array<FooterNavigationItemModel> | null;
}
//# sourceMappingURL=footer-navigation-item-model.d.ts.map