grant particular table access to role in Snowflake

I have created a new table called db.public.newTable. Now I need to give this table access to the role developer in Snowflake. What will the correct query grant this table access to the role developer?

Hello,

Please consult the relevant snowflake docs here GRANT <privileges> | Snowflake Documentation

Thanks
Sravan