/** Host profile */
export interface HostProfile {
    /** Id of Host profile */
    id: number;
    /** Name of Host profile */
    name: string;
}
//# sourceMappingURL=HostProfile.d.ts.map