gadget/packages/api/src/lib/gadget-id.ts
2026-05-01 14:31:00 -04:00

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;