Type alias ContextOptions

ContextOptions: {
    ownerId?: string;
}

Options that helps identify the context. Used for several methods in API Currently the context is only determined by the ownerId

Type declaration

  • Optional ownerId?: string