File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -201,9 +201,9 @@ export type UpdateSecret = {
201
201
}
202
202
203
203
export abstract class Backend {
204
- abstract async create ( settings : CreateOpts ) : Promise < { ok : 200 } >
205
- abstract async regenerate ( opts : RegenerateOpts , updateSecret : UpdateSecret ) : Promise < string >
206
- abstract async info ( opts : InfoOpts ) : Promise < Response >
207
- abstract async verify ( opts : VerifyOpts , settings : VerifySettings ) : Promise < Response >
208
- abstract async remove ( opts : RemoveOpts ) : Promise < { ok : 200 } >
204
+ abstract create ( settings : CreateOpts ) : Promise < { ok : 200 } >
205
+ abstract regenerate ( opts : RegenerateOpts , updateSecret : UpdateSecret ) : Promise < string >
206
+ abstract info ( opts : InfoOpts ) : Promise < Response >
207
+ abstract verify ( opts : VerifyOpts , settings : VerifySettings ) : Promise < Response >
208
+ abstract remove ( opts : RemoveOpts ) : Promise < { ok : 200 } >
209
209
}
You can’t perform that action at this time.
0 commit comments