mirror of
https://github.com/tiennm99/agentic-inbox.git
synced 2026-05-20 10:23:58 +00:00
9 lines
255 B
TypeScript
9 lines
255 B
TypeScript
// Copyright (c) 2026 Cloudflare, Inc.
|
|
// Licensed under the Apache 2.0 license found in the LICENSE file or at:
|
|
// https://opensource.org/licenses/Apache-2.0
|
|
|
|
export interface Env extends Cloudflare.Env {
|
|
POLICY_AUD: string;
|
|
TEAM_DOMAIN: string;
|
|
}
|