• Check if the current user is a Showpad Admistrator (or Owner).

    Example

    import { Showpad } from '@showpad/experience-app-sdk'

    const isAdmin = await Showpad.isAdmin()

    Returns Promise<boolean>

Generated using TypeDoc