mirror of
https://github.com/certd/certd.git
synced 2026-06-26 21:43:27 +08:00
chore: format
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { FormItemProps, IAccessService } from '@certd/pipeline';
|
||||
import { FormItemProps, IAccessService } from "@certd/pipeline";
|
||||
|
||||
export interface ISmsService {
|
||||
sendSmsCode(opts: { mobile: string; code: string; phoneCode: string }): Promise<void>;
|
||||
|
||||
Reference in New Issue
Block a user