interface Rollouts {
    wmpShare: {
        id: string;
        path: string;
    };
}

Properties

Properties

wmpShare: {
    id: string;
    path: string;
}