Type Alias FileAdapterSignedDownloadUrlSettings

FileAdapterSignedDownloadUrlSettings: {
    contentDisposition: string | null;
    contentType: string | null;
    expirationInSeconds: number;
}

IMPORT_PATH: "@daiso-tech/core/file-storage/contracts"