1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-03 18:50:05 +00:00
Files
adapter/src/types/Context.ts
2020-07-07 19:53:35 +01:00

7 lines
99 B
TypeScript

export interface Context {
name: string;
id: string;
createdBy: string;
version: number;
}