Interface ISignedUrl

interface ISignedUrl {
    expiration: number;
    signedUrl: string;
    singleUse: boolean;
}

Properties

expiration: number
signedUrl: string
singleUse: boolean

Generated using TypeDoc