UNPKG
nocobase-plugin-casdoor
Version:
latest (0.1.5)
0.1.5
0.1.3
0.1.2
0.1.1
0.1.0
Integrated Casdoor authentication system
nocobase-plugin-casdoor
/
dist
/
client
/
index.d.ts
8 lines
(7 loc)
•
230 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Plugin
}
from
'@nocobase/client'
;
export
declare
class
CasdoorPluginClient
extends
Plugin
{
afterAdd
():
Promise
<
void
>;
beforeLoad
():
Promise
<
void
>;
load
():
Promise
<
void
>; }
export
default
CasdoorPluginClient
;