mirror of
https://github.com/directus/directus.git
synced 2026-02-10 21:45:02 -05:00
Start on Grant / oAUTH flow
This commit is contained in:
4
src/types/grant.d.ts
vendored
Normal file
4
src/types/grant.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
declare module 'grant' {
|
||||
const grant: any;
|
||||
export default grant;
|
||||
}
|
||||
Reference in New Issue
Block a user