UNPKG
@authup/server-api
Version:
latest (0.45.10)
0.45.10
0.45.9
0.45.8
0.45.7
0.45.6
0.45.5
0.45.4
0.45.3
0.45.2
0.45.0
0.44.0
0.43.0
0.42.0
0.41.0
0.40.2
0.40.1
0.40.0
0.39.1
0.39.0
0.38.0
0.37.1
0.37.0
0.36.0
0.35.0
0.34.0
0.33.0
0.32.2
0.32.0
0.31.3
0.31.2
0.31.1
0.31.0
0.30.1
0.30.0
0.29.0
This is a standalone application.
github.com/authup/authup
authup/authup
@authup/server-api
/
dist
/
cli
/
commands
/
migration-status.d.ts
7 lines
•
245 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type
{
CommandModule
}
from
'yargs'
;
export
declare
class
MigrationStatusCommand
implements
CommandModule
{
command
:
string
;
describe
:
string
;
handler
(
args
:
any
):
Promise
<
void
>; }
//# sourceMappingURL=migration-status.d.ts.map