UNPKG
sfdx-ftw
Version:
latest (0.1.2)
0.1.2
0.1.1
sfdx For(ce) The Win!
github.com/alpha-bytes/sfdx-ftw
alpha-bytes/sfdx-ftw
sfdx-ftw
/
lib
/
commands
/
ftw
/
apex.d.ts
6 lines
(5 loc)
•
189 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Checkable
,
CheckableResult
}
from
'../../util/Checkable'
;
export
default
class
Apex
extends
Checkable
{
static
description
:
string
;
runCheck
():
Promise
<
CheckableResult
>; }