UNPKG
@heyframe-ag/meteor-admin-sdk
Version:
latest (6.4.0)
6.4.0
6.3.0
6.2.1
The Meteor SDK for the HeyFrame Administration.
github.com/heyframe/meteor
heyframe/meteor
@heyframe-ag/meteor-admin-sdk
/
umd
/
context
/
acl.d.ts
3 lines
(2 loc)
•
216 B
TypeScript
View Raw
1
2
3
import
type
{ contextAppInformation }
from
'./index'
;
export
default
function
createACLHelper
(
getContextAppInformation
: () =>
Promise
<contextAppInformation[
'responseType'
]>
):
(
privilege
:
string
) =>
Promise
<
boolean
>;