mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-10 13:50:05 +00:00
8 lines
101 B
TypeScript
8 lines
101 B
TypeScript
export interface Link {
|
|
method: string
|
|
rel: string
|
|
href: string
|
|
uri: string
|
|
type: string
|
|
}
|