How to declare PostgreSQL extensions/plugin?

Llab5/20/2023
Reference: https://www.prisma.io/docs/concepts/components/prisma-schema/postgresql-extensions

Is there a way to declare postgresql plugin? Perhaps through the raw sql statement?

Thanks in advance!