11 lines
269 B
TypeScript
11 lines
269 B
TypeScript
// src/interfaces/gadget-id.ts
|
|
// Copyright (C) 2026 Rob Colbert <rob.colbert@openplatform.us>
|
|
// Licensed under the Apache License, Version 2.0
|
|
|
|
/*
|
|
* Probably the most breakthrough piece of technology in the entire monorepo.
|
|
* /s
|
|
*/
|
|
|
|
export type GadgetId = string;
|