TimeDomain type
Configuration that places an input into a named time domain. Inputs that reference the same domain (by id) within a Norsk instance share a coordinator for cross-input timestamp alignment. Omit this field for "default domain" (no coordination, today’s behaviour).
Signature:
export type TimeDomain = {
id: string;
mode: TimeDomainMode;
};
References: TimeDomainMode