export default interface NetRole {
    stringId: string;
    name: string;
}
