Expose plugin signing keys API
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
export interface ElyKvNamespace {
|
||||
get(key: string): Promise<string | null>;
|
||||
}
|
||||
|
||||
export interface Env {
|
||||
ELY_KV: KVNamespace;
|
||||
ELY_KV: ElyKvNamespace;
|
||||
ELY_ENVIRONMENT: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user