mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-12 06:40:06 +00:00
5 lines
70 B
TypeScript
5 lines
70 B
TypeScript
export interface CsrfToken {
|
|
headerName: string;
|
|
value: string;
|
|
}
|