Skip to content

Type Alias: TrelloID

ts
type TrelloID = z.infer<typeof TrelloIDSchema>;

Defined in: models/trelloID.ts:13

Deprecated

Use z.string() directly. TrelloID is kept only for backward compatibility with code that imported it from the public API — the generated codebase no longer references it internally.