Skip to content

@statesync/core


@statesync/core / Topic

Type Alias: Topic

ts
type Topic = string;

Defined in: types.ts:18

A stable identifier for a synchronized domain/resource.

v0 runtime rule (validated by the engine on input):

  • MUST be a non-empty string after trim()

Released under the MIT License.