mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-15 16:10:06 +00:00
feat(*): recreate package with new name
This commit is contained in:
7
src/types/Folder.ts
Normal file
7
src/types/Folder.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Link } from "./Link";
|
||||
|
||||
export interface Folder {
|
||||
id: string;
|
||||
uri: string;
|
||||
links: Link[];
|
||||
}
|
||||
Reference in New Issue
Block a user