export type RunAuthContext = { triggeredBy: string; scopes: string[]; role: string; createdAt: string; };