mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-03 18:50:05 +00:00
7 lines
99 B
TypeScript
7 lines
99 B
TypeScript
export interface Context {
|
|
name: string;
|
|
id: string;
|
|
createdBy: string;
|
|
version: number;
|
|
}
|