Interface RoutingProfile

interface RoutingProfile {
    label: string;
    profile: string;
}

Properties

Properties

label: string
profile: string