import { GetPublicVLanForUserResult } from "./GetPublicVLanForUserResult";
/** GetPublicVLanForUserResponse */
export interface GetPublicVLanForUserResponse {
    /** GetPublicVLanForUserResult */
    GetPublicVLanForUserResult?: GetPublicVLanForUserResult;
}
