Type Alias PermissionsType

PermissionsType:
    | PermissionsString[]
    | (interaction: PermissionHandler) => Promise<PermissionsString[]>