Skip to content

Packages  ›  trotsky  ›  StepPostUri

StepPostUri type

Represents a post's URI, which can be a string or an .

Signature:

typescript
export type StepPostUri = string | AtUri;