Interface PodCreatorOutput

interface PodCreatorOutput {
    podId: string;
    podUrl: string;
    webId: string;
    webIdLink?: string;
}

Properties

podId: string

The ID of the generated pod.

podUrl: string

The URl of the generated pod.

webId: string

The WebID that was used to generate the pod.

webIdLink?: string

The ID of the WebID link if one was generated.