@inrupt/solid-client
    Preparing search index...

    Type Alias CreateThingPersistedOptions

    Pass these options to [[createThing]] to initialise a new [[Thing]] whose URL is already known.

    type CreateThingPersistedOptions = {
        url: UrlString;
    }
    Index

    Properties

    Properties

    The URL of the newly created [[Thing]].