UNPKG

@types/relay-runtime

Version:
11 lines (7 loc) 314 B
/** * A unique identifier of the current actor. */ export type ActorIdentifier = string; export function assertInternalActorIndentifier(actorIdentifier: ActorIdentifier): void; export function getActorIdentifier(actorID: string): ActorIdentifier; export function getDefaultActorIdentifier(): ActorIdentifier;