mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 03:49:11 +00:00
8 lines
184 B
TypeScript
8 lines
184 B
TypeScript
declare global {
|
|
function getMiniflareBindings(): Environment;
|
|
function getMiniflareDurableObjectStorage(
|
|
id: DurableObjectId
|
|
): Promise<DurableObjectStorage>;
|
|
}
|
|
|
|
export {};
|