I tried...
Grant               Command                   Arguments
Permit              interface                       fa* [0]/[0-22]
Command authorization failed trying to get to any interface
Grant               Command                   Arguments
Permit              interface                       fa* 0/*
Allows access to any interface
Grant               Command                   Arguments
Permit              interface                       fa* 0/[0-22]
Permit              interface                       fa* 0/0-22
Command authorization failed trying to get to any interface
So if you can point me in the right direction on the wildcards in the arguments statement, if you can provide an example of how you would only allow access to to fa 0/1 - 46 and fa 0/47-48 should be blocked for example...