interface VestingAccountManagement {
    roles: SimpleMap<string, string>;
}

Properties

Properties

roles: SimpleMap<string, string>