Type alias SpannerdSoupout

SpannerdSoupout: {
    success: boolean;
    url: string;
}

Object posted on soupout.done subject when new soupout creation function has returned.

Type declaration

  • success: boolean

    Weather the soupout creation was successful or not.

  • url: string

    URL from where soupout can be downloaded.

Generated using TypeDoc