Interface BlobPropertyBag

    interface BlobPropertyBag {
        endings?: EndingType;
        type?: string;
    }
    Hierarchy

    Properties

    Properties

    endings?: EndingType
    type?: string