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/Link.ts
Normal file
7
src/types/Link.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export interface Link {
|
||||
method: string;
|
||||
rel: string;
|
||||
href: string;
|
||||
uri: string;
|
||||
type: string;
|
||||
}
|
||||
Reference in New Issue
Block a user