mirror of
https://github.com/Blah-IM/typescript-core.git
synced 2025-04-30 16:21:10 +00:00
chore: fix lint error
This commit is contained in:
parent
5d6209c5d7
commit
6546c2fe51
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import {
|
|||
} from "../crypto/mod.ts";
|
||||
import { type BlahActKeyRecord, blahActKeyRecordSchema } from "./actKey.ts";
|
||||
import { blahIdentityFileSchema } from "./identityFile.ts";
|
||||
import { BlahIdentityFile } from "./mod.ts";
|
||||
import type { BlahIdentityFile } from "./mod.ts";
|
||||
import type { BlahProfile } from "./profile.ts";
|
||||
|
||||
type InternalActKey = {
|
||||
|
|
Loading…
Add table
Reference in a new issue