@suluk/deploy - v0.1.4
    Preparing search index...

    Interface StoredObject

    A stored object — its key + the public URL to reach it.

    interface StoredObject {
        key: string;
        url: string;
    }
    Index

    Properties

    Properties

    key: string
    url: string