mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-05 03:30:05 +00:00
5 lines
68 B
TypeScript
5 lines
68 B
TypeScript
export interface CsrfToken {
|
|
headerName: string
|
|
value: string
|
|
}
|