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